mattermost-rust-client 4.0.8

Rust client for Mattermost
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# UpdatePostRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | ID of the post to update | 
**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]
**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)