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

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

grammY plugin that forces all sent messages to quote the last received one
Go to Latest
method Api.prototype.setMyName
import { Api } from "https://deno.land/x/grammy_autoquote@v2.0.0/deps.deno.ts";

Use this method to change the bot's name. Returns True on success.

Parameters

name: string

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

optional
other: Other<R, "setMyName", "name">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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