setMyShortDescription
Change the bot's short description displayed on its profile page and shared links. Set a language code to provide localized text, or pass an empty string to remove it.
Instructions
Change the bot's short description, shown on the bot's profile page and shared alongside bot links. Returns True on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language_code | No | Two-letter ISO 639-1 language code. If empty, the short description applies to all users without a dedicated one. | |
| short_description | No | New short description; 0-120 characters. Pass empty string to remove the dedicated short description for the given language. |