Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_autoquote/deps.deno.ts>Api#deleteStickerSet

grammY plugin that forces all sent messages to quote the last received one
Go to Latest
method Api.prototype.deleteStickerSet
import { Api } from "https://deno.land/x/grammy_autoquote@v2.0.0/deps.deno.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