Skip to content

GramIO API Reference / @gramio/contexts/dist / StickerSet

Class: StickerSet

Defined in: contexts/index.d.ts:4488

This object represents a sticker set.

Constructors

Constructor

new StickerSet(payload): StickerSet

Defined in: contexts/index.d.ts:4490

Parameters

ParameterType
payloadTelegramStickerSet

Returns

StickerSet

Properties

PropertyTypeDefined in
payloadTelegramStickerSetcontexts/index.d.ts:4489

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

Defined in: contexts/index.d.ts:4492

MDN

Returns

string


name

Get Signature

get name(): string

Defined in: contexts/index.d.ts:4494

Sticker set name

Returns

string


stickers

Get Signature

get stickers(): StickerAttachment[]

Defined in: contexts/index.d.ts:4500

List of all set stickers

Returns

StickerAttachment[]


stickerType

Get Signature

get stickerType(): TelegramStickerSetStickerType

Defined in: contexts/index.d.ts:4498

Type of stickers in the set, currently one of regular, mask, custom_emoji

Returns

TelegramStickerSetStickerType


thumbnail

Get Signature

get thumbnail(): PhotoSize

Defined in: contexts/index.d.ts:4502

Sticker set thumbnail in the .WEBP or .TGS format

Returns

PhotoSize


title

Get Signature

get title(): string

Defined in: contexts/index.d.ts:4496

Sticker set title

Returns

string