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
16
17
18
# ChannelMember

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**channel_id** | Option<**String**> |  | [optional]
**user_id** | Option<**String**> |  | [optional]
**roles** | Option<**String**> |  | [optional]
**last_viewed_at** | Option<**i64**> | The time in milliseconds the channel was last viewed by the user | [optional]
**msg_count** | Option<**i32**> |  | [optional]
**mention_count** | Option<**i32**> |  | [optional]
**notify_props** | Option<[**crate::models::ChannelNotifyProps**]ChannelNotifyProps.md> |  | [optional]
**last_update_at** | Option<**i64**> | The time in milliseconds the channel member was last updated | [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)