emojiList
Represents a list of custom emojis.
type tg.EmojiList struct { /* ... */ }
Implements EmojiList.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Hash | int64 | yes | Hash used for caching, for more info click here |
DocumentID | []int64 | yes | Custom emoji IDs |
References
- Official documentation
- Generated Go reference
- TL definition:
emojiList#7a1e11d1