method Api.prototype.getStickerSetimport { Api } from "https://dotland.deno.dev/x/grammy@v1.12.0/mod.ts"; getStickerSet(name: string, signal?: AbortSignal)Use this method to get a sticker set. On success, a StickerSet object is returned. Parametersname: stringName of the sticker set optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#getstickerset