Skip to main content
Module

x/grammy/types.deno.ts>StickerSet

The Telegram Bot Framework.
Very Popular
Go to Latest
interface StickerSet
Re-export
import { type StickerSet } from "https://deno.land/x/grammy@v1.10.1/types.deno.ts";

This object represents a sticker set.

Properties

name: string

Sticker set name

title: string

Sticker set title

is_animated: boolean

True, if the sticker set contains animated stickers

is_video: boolean

True, if the sticker set contains video stickers

contains_masks: boolean

True, if the sticker set contains masks

stickers: Sticker[]

List of all set stickers

optional
thumb: PhotoSize

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