Skip to main content
Module

x/grammy_conversations/deps.deno.ts>Api#getMyName

Conversational interfaces for grammY.
Latest
method Api.prototype.getMyName
import { Api } from "https://deno.land/x/grammy_conversations@v1.2.0/deps.deno.ts";

Use this method to get the current bot name for the given user language. Returns BotName on success.

Parameters

optional
other: Other<R, "getMyName">

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#getmyname