interface StickerSetimport { type StickerSet } from "https://dotland.deno.dev/x/grammy@v1.22.4/types.deno.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” stickers: Sticker[]List of all set stickers optionalthumbnail: PhotoSizeSticker set thumbnail in the .WEBP, .TGS, or .WEBM format import StickerSetimport { StickerSet } from "https://dotland.deno.dev/x/grammy@v1.22.4/types.deno.ts";