interface StickerSetRe-exportimport { type StickerSet } from "https://deno.land/x/grammy@v1.10.1/types.ts"; This object represents a sticker set. Propertiesname: stringSticker set name title: stringSticker set title is_animated: booleanTrue, if the sticker set contains animated stickers is_video: booleanTrue, if the sticker set contains video stickers contains_masks: booleanTrue, if the sticker set contains masks stickers: Sticker[]List of all set stickers optionalthumb: PhotoSizeSticker set thumbnail in the .WEBP, .TGS, or .WEBM format