Skip to main content
Module

x/grammy/mod.ts>Api#deleteStickerFromSet

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

Use this method to delete a sticker from a set created by the bot. Returns True on success.

Parameters

sticker: string

File identifier of the sticker

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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