Interface EmojiStatus

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

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

Properties

@type: "emojiStatus"
expiration_date: number

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

Type of the emoji status.