Skip to main content
Module

x/grammy/mod.ts>Api#setMyDescription

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

Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. Returns True on success.

Parameters

description: string

New bot description; 0-512 characters. Pass an empty string to remove the dedicated description for the given language.

optional
other: Other<R, "setMyDescription", "description">

Optional remaining paramters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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