teleproto - v1.229.0
    Preparing search index...

    Interface StickersSetStickerSetThumbParams

    interface StickersSetStickerSetThumbParams {
        stickerset: TypeInputStickerSetIn;
        thumb?: TypeInputDocumentIn;
        thumbDocumentId?: BigInteger;
    }
    Index

    Stickerset

    Thumbnail (only for normal stickersets, not custom emoji stickersets).

    thumbDocumentId?: BigInteger

    Only for custom emoji stickersets , ID of a custom emoji present in the set to use as thumbnail; pass 0 to fallback to the first custom emoji of the set.