Skip to main content
Module

x/grammy/mod.ts>Api#setMyShortDescription

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

Use this method to change the bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot. Returns True on success.

Parameters

short_description: string

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

optional
other: Other<R, "setMyShortDescription", "short_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#setmyshortdescription