MadelineProtoDocs/docs/API_docs/constructors/emojiList.md
2024-05-01 14:53:46 +02:00

868 B

title description nav_exclude image
emojiList Represents a list of custom emojis. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: emojiList

Back to constructors index

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]];