StickerSet
This object represents a sticker set.
fields
| field | type | required | description |
|---|---|---|---|
name | string | required | Sticker set name |
title | string | required | Sticker set title |
sticker_type | "regular" | "mask" | "custom_emoji" | required | Type of stickers in the set, currently one of “regular”, “mask”, “custom_emoji” |
stickers | Sticker[] | required | List of all set stickers |
thumbnail | PhotoSize | optional | Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format |
import
import type { StickerSet } from "@yaebal/types";used by
methods
official Bot API docs: https://core.telegram.org/bots/api/#stickerset