Layer 220
InputEmojiStatusCollectible
An owned collectible gift as emoji status: can only be used in account. update Emoji Status, is never returned by the API.
constructor
inputEmojiStatusCollectible#7141dbf flags:# collectible_id:long until:flags.0?int = EmojiStatus;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| CollectibleId | long | ID of the collectible (from star Gift Unique. id ). |
| Until | flags.0?int | If set, the emoji status will be active until the specified unixtime. |
Returns
EmojiStatusGogram Example
// Creating InputEmojiStatusCollectible constructor obj := &tg.InputEmojiStatusCollectible{ CollectibleId: int64(0), // Optional fields: // Until: 0, }