setStickerSetThumbnail
Set a sticker set's thumbnail by providing its name, owner user ID, and format. Optionally upload a thumbnail image or video; if omitted, the first sticker becomes the thumbnail. Returns True on success.
Instructions
Set the thumbnail of a regular or mask sticker set. The format of the thumbnail file must match the format of the stickers in the set. Returns True on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Sticker set name. | |
| format | Yes | Format of the thumbnail: "static" for .WEBP or .PNG, "animated" for .TGS, "video" for .WEBM. | |
| user_id | Yes | User identifier of the sticker set owner. | |
| thumbnail | No | A .WEBP or .PNG image with the thumbnail, must be up to 128 kilobytes in size and have a width and height of exactly 100px, or a .TGS animation with a thumbnail up to 32 kilobytes in size, or a .WEBM video with the thumbnail up to 32 kilobytes in size. Pass a file_id, HTTP URL, or upload a new file. Animated and video sticker set thumbnails can't be uploaded via HTTP URL. If omitted, then the thumbnail is dropped and the first sticker is used as the thumbnail. |