interface StickerSetimport { type StickerSet } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.ts"; This object represents a sticker set. Propertiesname: stringSticker set name title: stringSticker set title sticker_type: "regular" | "mask" | "custom_emoji"Type of stickers in the set, currently one of “regular”, “mask”, “custom_emoji” is_animated: booleanTrue, if the sticker set contains animated stickers is_video: booleanTrue, if the sticker set contains video stickers stickers: Sticker[]List of all set stickers optionalthumb: PhotoSizeSticker set thumbnail in the .WEBP, .TGS, or .WEBM format import StickerSetimport { StickerSet } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.ts";