Skip to main content
Module

x/grammy_conversations/deps.deno.ts>Api#getStickerSet

Conversational interfaces for grammY
Go to Latest
method Api.prototype.getStickerSet
import { Api } from "https://deno.land/x/grammy_conversations@v1.1.1/deps.deno.ts";

Use this method to get a sticker set. On success, a StickerSet object is returned.

Parameters

name: string

Name of the sticker set

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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