Skip to content

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

Class: StickerSet

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

This object represents a sticker set.

Constructors

Constructor

new StickerSet(payload): StickerSet

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

Parameters

ParameterType
payloadTelegramStickerSet

Returns

StickerSet

Properties

PropertyTypeDefined in
payloadTelegramStickerSetcontexts/index.d.ts:4619

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

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

MDN

Returns

string


name

Get Signature

get name(): string

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

Sticker set name

Returns

string


stickers

Get Signature

get stickers(): StickerAttachment[]

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

List of all set stickers

Returns

StickerAttachment[]


stickerType

Get Signature

get stickerType(): TelegramStickerSetStickerType

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

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:4632

Sticker set thumbnail in the .WEBP or .TGS format

Returns

PhotoSize


title

Get Signature

get title(): string

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

Sticker set title

Returns

string