Interface GetGiftChatThemes

Returns available to the current user gift chat themes. Request type for Tdjson#getGiftChatThemes.

interface GetGiftChatThemes {
    @type: "getGiftChatThemes";
    limit: number;
    offset: string;
}

Properties

Properties

@type: "getGiftChatThemes"
limit: number

The maximum number of chat themes to return.

offset: string

Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.