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