Skip to main content
Module

x/grammy/mod.ts>Api#deleteStickerSet

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

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

Parameters

name: string

Sticker set name

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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