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
16
17
# UserNotifyProps

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | Option<**String**> | Set to \"true\" to enable email notifications, \"false\" to disable. Defaults to \"true\". | [optional]
**push** | Option<**String**> | Set to \"all\" to receive push notifications for all activity, \"mention\" for mentions and direct messages only, and \"none\" to disable. Defaults to \"mention\". | [optional]
**desktop** | Option<**String**> | Set to \"all\" to receive desktop notifications for all activity, \"mention\" for mentions and direct messages only, and \"none\" to disable. Defaults to \"all\". | [optional]
**desktop_sound** | Option<**String**> | Set to \"true\" to enable sound on desktop notifications, \"false\" to disable. Defaults to \"true\". | [optional]
**mention_keys** | Option<**String**> | A comma-separated list of words to count as mentions. Defaults to username and @username. | [optional]
**channel** | Option<**String**> | Set to \"true\" to enable channel-wide notifications (@channel, @all, etc.), \"false\" to disable. Defaults to \"true\". | [optional]
**first_name** | Option<**String**> | Set to \"true\" to enable mentions for first name. Defaults to \"true\" if a first name is set, \"false\" otherwise. | [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)