---
title: "Set TG bot commands"
method: PUT
path: "/v1/accounts/{accountId}/telegram-commands"
tags: ["Account Settings"]
---

# Set TG bot commands

`PUT /v1/accounts/{accountId}/telegram-commands`

Set bot commands for a Telegram account.

## Path parameters

- `accountId` string, required

## Request body

- object
  - `commands` object[], required
    - `command` string, required — Bot command without leading slash
    - `description` string, required — Command description

## Response `200`

Commands set successfully

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/3c7cf84cec44/schema)
