setMyShortDescription

Set the bot’s short description in the given language. BOT-ONLY

Parameters

shortDescription?: string
languageCode?: string

Result

void

Syntax

// Optional parameters.
// Any of the optional parameters can be omitted.
await client.setMyShortDescription( { shortDescription, languageCode });