Layer 220
EmojiStatus
An emoji status
constructor
emojiStatus#e7ff068a flags:# document_id:long until:flags.0?int = EmojiStatus;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| DocumentId | long | Custom emoji document ID |
| Until | flags.0?int | If set, the emoji status will be active until the specified unixtime. |
Returns
EmojiStatusGogram Example
// Creating EmojiStatus constructor obj := &tg.EmojiStatus{ DocumentId: int64(0), // Optional fields: // Until: 0, }