method Api.prototype.setMyNameimport { Api } from "https://dotland.deno.dev/x/grammy@v1.19.1/mod.ts"; setMyName(name: string,other?: Other<R, "setMyName", "name">,signal?: AbortSignal,)Use this method to change the bot's name. Returns True on success. Parametersname: stringNew bot name; 0-64 characters. Pass an empty string to remove the dedicated name for the given language. optionalother: Other<R, "setMyName", "name">Optional remaining parameters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#setmyname