POST /setMyCommands
Use this method to change the list of the bot's commands. Returns True on success.
Servers
- https://api.telegram.org/bot{token}
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
commands[] |
Array | Yes |
A JSON-serialized list of bot commands to be set as the list of the bot's commands. At most 100 commands can be specified. |
commands[].description |
String | Yes |
Description of the command, 3-256 characters. |
commands[].command |
String | Yes |
Text of the command, 1-32 characters. Can contain only lowercase English letters, digits and underscores. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.