Interface IStickerSet

This object represents a sticker set.

Hierarchy

  • IStickerSet

Properties

is_animated: boolean

True, if the sticker set contains animated stickers

is_video: boolean

True, if the sticker set contains video stickers

name: string

Sticker set name

sticker_type: "mask" | "regular" | "custom_emoji"

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

stickers: ISticker[]

List of all set stickers

thumb?: IPhotoSize

Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format

title: string

Sticker set title

Generated using TypeDoc