Skip to main content
Module

x/mtkruto/mod.ts>Client#getMyDescription

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.getMyDescription
import { Client } from "https://deno.land/x/mtkruto@0.2.24/mod.ts";

Get the bot's description in the given language. Bot-only.

Parameters

optional
params: { languageCode?: string; }

Returns

Promise<string>

The current bot's description in the specified language.