Layer 220
EmojiList
Represents a list of custom emojis.
constructor
emojiList#7a1e11d1 hash:long document_id:Vector<long> = EmojiList;
Parameters
| Name | Type | Description |
|---|---|---|
| Hash | long | Hash used for caching, for more info click here |
| DocumentId | Vector<long> | Custom emoji IDs |
Returns
EmojiListGogram Example
// Creating EmojiList constructor obj := &tg.EmojiList{ Hash: int64(0), DocumentId: []long{}, }