getMyDescription
Get the bot’s description in the given language. BOT-ONLY
Parameters
languageCode?: string
Result
string
The current bot’s description in the specified language.
Syntax
// Optional parameters.
// Any of the optional parameters can be omitted.
await client.getMyDescription( { languageCode });