setMyName
Update the bot's name shown to users, optionally per language code. Pass an empty name to remove a dedicated localized name.
Instructions
Change the bot's name. Returns True on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New bot name; 0-64 characters. Pass empty string to remove the dedicated name for the given language. | |
| language_code | No | Two-letter ISO 639-1 language code. If empty, the name applies to all users without a dedicated name. |