Skip to main content
Module

x/grammy/mod.ts>Api#getCustomEmojiStickers

The Telegram Bot Framework.
Very Popular
Go to Latest
method Api.prototype.getCustomEmojiStickers
import { Api } from "https://deno.land/x/grammy@v1.11.1/mod.ts";

Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of Sticker objects.

Parameters

custom_emoji_ids: string[]

List of custom emoji identifiers

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#getcustomemojistickers