mattermost-client 0.1.2

An attempt to provde a sane Rust interface to the Mattermost API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# PatchPostRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**is_pinned** | Option<**bool**> | Set to `true` to pin the post to the channel it is in | [optional]
**message** | Option<**String**> | The message text of the post | [optional]
**file_ids** | Option<**Vec<String>**> | The list of files attached to this post | [optional]
**has_reactions** | Option<**bool**> | Set to `true` if the post has reactions to it | [optional]
**props** | Option<**String**> | A general JSON property bag to attach to the post | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)