Link Search Menu Expand Document

Constructor: emojiList

Back to constructors index

Represents a list of custom emojis.

Attributes:

NameTypeRequiredDescription
hashlongYesHash for pagination, for more info click here
document_idArray of longYesCustom emoji IDs

Type: EmojiList

Example:

$emojiList = ['_' => 'emojiList', 'hash' => long, 'document_id' => [long, long]];