Interface ChatThemeGift

A chat theme based on an upgraded gift. Subtype of ChatTheme.

interface ChatThemeGift {
    @type: "chatThemeGift";
    gift_theme: GiftChatTheme;
}

Properties

Properties

@type: "chatThemeGift"
gift_theme: GiftChatTheme

The chat theme.