inputEmojiStatusCollectible
An owned collectible gift » as emoji status: can only be used in account updateEmojiStatus, is never returned by the API. Note that once set, the status will be returned to users as a emojiStatusCollectible constructor, instead (which cannot be passed to account.updateEmojiStatus, and must be converted to an inputEmojiStatusCollectible first).
type tg.InputEmojiStatusCollectible struct { /* ... */ }
Implements EmojiStatus.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
CollectibleID | int64 | yes | ID of the collectible (from starGiftUnique.id). |
Until | int | — | If set, the emoji status will be active until the specified unixtime. |
References
- Official documentation
- Generated Go reference
- TL definition:
inputEmojiStatusCollectible#7141dbf