interface StickerSetRe-exportimport { type StickerSet } from "https://deno.land/x/grammy@v1.31.0/types.web.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