Interface EmojiStatusTypeUpgradedGift

An upgraded gift set as emoji status. Subtype of EmojiStatusType.

interface EmojiStatusTypeUpgradedGift {
    @type: "emojiStatusTypeUpgradedGift";
    backdrop_colors: UpgradedGiftBackdropColors;
    gift_name: string;
    gift_title: string;
    model_custom_emoji_id: string;
    symbol_custom_emoji_id: string;
    upgraded_gift_id: string;
}

Properties

@type: "emojiStatusTypeUpgradedGift"

Colors of the backdrop of the upgraded gift.

gift_name: string

Unique name of the upgraded gift that can be used with internalLinkTypeUpgradedGift.

gift_title: string

The title of the upgraded gift.

model_custom_emoji_id: string

Custom emoji identifier of the model of the upgraded gift.

symbol_custom_emoji_id: string

Custom emoji identifier of the symbol of the upgraded gift.

upgraded_gift_id: string

Identifier of the upgraded gift.