Constructor: emojiList
Represents a list of custom emojis.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | long | Yes | Hash for pagination, for more info click here |
document_id | Array of long | Yes | Custom emoji IDs |
Type: EmojiList
Example:
$emojiList = ['_' => 'emojiList', 'hash' => long, 'document_id' => [long, long]];