account.EmojiStatuses
- class pyrogram.raw.types.account.EmojiStatuses
A list of emoji statuses
Constructor of
EmojiStatuses.- Details:
Layer:
223ID:
90C467D1
- Parameters:
hash (
int64-bit) – Hash used for caching, for more info click herestatuses (List of
EmojiStatus) – Emoji statuses
- Functions:
This object can be returned by 4 functions.
Get a list of default suggested emoji statuses
Get recently used emoji statuses
Get a list of default suggested channel emoji statuses.
Obtain a list of emoji statuses » for owned collectible gifts.
TL Schema
account.emojiStatuses#90c467d1
hash:long
statuses:Vector<EmojiStatus>
= account.EmojiStatuses
Parameter Tree
EmojiStatuses
├── hash →
long└── statuses →
Vector < EmojiStatus >├──
EmojiStatusEmpty├──
EmojiStatus│ ├── document_id →
long│ └── until →
int (optional)│ ├── collectible_id →
long│ ├── document_id →
long│ ├── title →
string│ ├── slug →
string│ ├── pattern_document_id →
long│ ├── center_color →
int│ ├── edge_color →
int│ ├── pattern_color →
int│ ├── text_color →
int│ └── until →
int (optional)├── collectible_id →
long└── until →
int (optional)Example
EmojiStatuses(
hash=0,
statuses=[
EmojiStatusEmpty()
],
)