set_my_commands
Register bot commands to make them appear in Telegram's UI. Pass a list of command-and-description objects.
Instructions
Register bot commands so Telegram shows them in the UI.
commands is a list of {"command": "start", "description": "..."} dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes |