Raw.stickers.SetStickerSetThumb
Set stickerset thumbnail
stickers.setStickerSetThumb#a76a5392 flags:# stickerset:InputStickerSet thumb:flags.0?InputDocument thumb_document_id:flags.1?long = messages.StickerSet;
export namespace Raw {
export namespace stickers {
export class SetStickerSetThumb {
constructor(params: {
stickerset: Raw.TypeInputStickerSet;
thumb?: Raw.TypeInputDocument;
thumbDocumentId?: bigint;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xa76a5392
Property
stickerset
: Raw.TypeInputStickerSetStickerset
thumb
: Raw.TypeInputDocument or undefinedThumbnail (only for normal stickersets, not custom emoji stickersets).
thumbDocumentId
: bigint or undefinedOnly 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.