editForumTopic
Update the name and icon of a forum topic in Telegram. Requires the bot to be an administrator with can_manage_topics permission. Returns True when successful.
Instructions
Edit name and icon of a forum topic. The bot must be an administrator with can_manage_topics rights. Returns True on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New topic name, 0-128 characters. If not specified or empty, the current name of the topic will be kept | |
| chat_id | Yes | Unique identifier for the target chat or username (in the format @supergroupusername) | |
| message_thread_id | Yes | Unique identifier for the target message thread of the forum topic | |
| icon_custom_emoji_id | No | New unique identifier of the custom emoji shown as the topic icon. Use getForumTopicIconStickers to get all allowed custom emoji identifiers. Pass an empty string to remove the icon |