teleproto - v1.229.0
    Preparing search index...

    Interface AccountGetUniqueGiftChatThemesParams

    interface AccountGetUniqueGiftChatThemesParams {
        hash: BigInteger;
        limit: number;
        offset: string;
    }
    Index
    hash: BigInteger

    Hash from a previously returned account.chatThemes constructor, to avoid returning any result if the theme list hasn't changed.

    limit: number

    Maximum number of results to return, see pagination

    offset: string

    Offset for pagination .