method Api.prototype.getCustomEmojiStickersimport { Api } from "https://dotland.deno.dev/x/grammy@v1.12.0/mod.ts"; getCustomEmojiStickers(custom_emoji_ids: string[], signal?: AbortSignal)Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of Sticker objects. Parameterscustom_emoji_ids: string[]List of custom emoji identifiers optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#getcustomemojistickers