EmojiList
- class pyrogram.raw.base.EmojiList
Represents a list of custom emojis.
- Constructors:
This base type has 2 constructors available.
Represents a list of custom emojis.
The list of custom emojis hasn't changed.
- Functions:
This object can be returned by 5 functions.
Get a set of suggested custom emoji stickers that can be used as profile picture
Get a set of suggested custom emoji stickers that can be used as group picture
Get a set of suggested custom emoji stickers that can be used in an accent color pattern.
Returns fetch the full list of custom emoji IDs » that cannot be used in channel emoji statuses ».
Look for custom emojis associated to a UTF8 emoji
TL Schema
emojiList#7a1e11d1
hash:long
document_id:Vector<long>
= EmojiList
Parameter Tree
EmojiList
├── hash →
long└── document_id →
Vector < long >Example
EmojiList(
hash=0,
document_id=[0],
)