mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
868 B
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
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]];