Interface GiftChatThemes

Contains a list of chat themes based on upgraded gifts.

interface GiftChatThemes {
    @type: "giftChatThemes";
    next_offset: string;
    themes: GiftChatTheme[];
}

Properties

@type: "giftChatThemes"
next_offset: string

The offset for the next request. If empty, then there are no more results.

themes: GiftChatTheme[]

A list of chat themes.