method Api.prototype.getMyNameimport { Api } from "https://dotland.deno.dev/x/grammy@v1.20.2/mod.ts"; getMyName(other?: Other<R, "getMyName">, signal?: AbortSignal)Use this method to get the current bot name for the given user language. Returns BotName on success. Parametersoptionalother: Other<R, "getMyName">Optional remaining parameters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#getmyname