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).

inputEmojiStatusCollectible#7141dbf flags:# collectible_id:long until:flags.0?int = EmojiStatus;

Parameters

Name Type Description
flags # Flags, see TL conditional fields
collectible_id long ID of the collectible (from starGiftUnique.id).
until flags.0?int If set, the emoji status will be active until the specified unixtime.

Type

EmojiStatus

Related pages

starGiftUnique

Represents a collectible star gift, see here » for more info.

Telegram Gifts

Users can send Gifts to their friends. The recipients of gifts can display them on their profile pages or turn them into Telegram Stars ». Telegram Stars can be used for many things, including supporting creators and buying services in mini apps.

account.updateEmojiStatus

Set an emoji status

emojiStatusCollectible

An owned collectible gift » as emoji status.

Cannot be passed to account.updateEmojiStatus, must be converted to an inputEmojiStatusCollectible first before passing it to that method.

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).