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
# Emoji

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The ID of the emoji | [optional]
**creator_id** | Option<**String**> | The ID of the user that made the emoji | [optional]
**name** | Option<**String**> | The name of the emoji | [optional]
**create_at** | Option<**i64**> | The time in milliseconds the emoji was made | [optional]
**update_at** | Option<**i64**> | The time in milliseconds the emoji was last updated | [optional]
**delete_at** | Option<**i64**> | The time in milliseconds the emoji was deleted | [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)