GramIO API Reference / gramio/dist / TelegramStickerSet
Interface: TelegramStickerSet
Defined in: @gramio/types/out/objects.d.ts:6147
This object represents a sticker set.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
name | string | Sticker set name | @gramio/types/out/objects.d.ts:6151 |
sticker_type | TelegramStickerSetStickerType | Type of stickers in the set, currently one of “regular”, “mask”, “custom_emoji” | @gramio/types/out/objects.d.ts:6159 |
stickers | TelegramSticker[] | List of all set stickers | @gramio/types/out/objects.d.ts:6163 |
thumbnail? | TelegramPhotoSize | Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format | @gramio/types/out/objects.d.ts:6167 |
title | string | Sticker set title | @gramio/types/out/objects.d.ts:6155 |