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

# POST /setChatAdministratorCustomTitle

`POST /setChatAdministratorCustomTitle`

Use this method to set a custom title for an administrator in a supergroup promoted by the bot. Returns *True* on success.

## Request body

- object
  - `chat_id` union, required — Unique identifier for the target chat or username of the target supergroup (in the format `@supergroupusername`)
    - integer
    - string
  - `user_id` integer, required — Unique identifier of the target user
  - `custom_title` string, required — New custom title for the administrator; 0-16 characters, emoji are not allowed

## Response `200`

- object
  - `ok` boolean, required
  - `result` boolean, required

## 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)
