teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSearchStickersParams

    interface MessagesSearchStickersParams {
        emojis?: boolean;
        emoticon: string;
        hash: BigInteger;
        langCode: string[];
        limit: number;
        offset: number;
        q: string;
    }
    Index
    emojis?: boolean

    If set, returns custom emoji stickers

    emoticon: string

    Space-separated list of emojis to search for

    hash: BigInteger

    Hash used for caching, for more info click here . The hash may be generated locally by using the id s of the returned or stored sticker document s.

    langCode: string[]

    List of possible IETF language tags of the user's input language; may be empty if unknown

    limit: number

    Maximum number of results to return, see pagination

    offset: number

    Offset for pagination

    q: string

    The search term