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.12.0/types.deno.ts";

This object represents a sticker set.

Properties

name: string

Sticker set name

title: string

Sticker set title

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

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

is_animated: boolean

True, if the sticker set contains animated stickers

is_video: boolean

True, if the sticker set contains video stickers

stickers: Sticker[]

List of all set stickers

optional
thumb: PhotoSize

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