# PatchPostRequest
## Properties
**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)