---
title: "POST /getMyCommands"
method: POST
path: "/getMyCommands"
---

# POST /getMyCommands

`POST /getMyCommands`

Use this method to get the current list of the bot's commands. Requires no parameters. Returns Array of [BotCommand](https://core.telegram.org/bots/api/#botcommand) on success.

## Response `200`

- object
  - `ok` boolean, required
  - `result` BotCommand[], required
    - `command` string, required — Text of the command, 1-32 characters. Can contain only lowercase English letters, digits and underscores.
    - `description` string, required — Description of the command, 3-256 characters.

## Other responses

- `default`

---

[API](https://skmtc.net/stoplight/apis/telegram-bot-api.md) · [All operations](https://skmtc.net/stoplight/apis/telegram-bot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stoplight/telegram-bot-api/versions/be4bbb34b64a/schema)
