Interface EmojiStatus

Describes a custom emoji to be shown instead of the Telegram Premium badge.

interface EmojiStatus {
    @type: "emojiStatus";
    custom_emoji_id: string;
    expiration_date: number;
}

Properties

@type: "emojiStatus"
custom_emoji_id: string

Identifier of the custom emoji in stickerFormatTgs format.

expiration_date: number

Point in time (Unix timestamp) when the status will expire; 0 if never.