Actions24
- Chat Actions
- Callback Actions
- File Actions
- Message Actions
Overview
This node operation allows setting the description of a Telegram chat. It is useful for updating or modifying the chat's description text, which can be seen by chat members. For example, a bot administrator can use this to provide updated information or rules for a group chat.
Use Case Examples
- Updating the description of a Telegram group chat to inform members about new guidelines.
- Changing the description of a channel to reflect recent changes or announcements.
Properties
| Name | Meaning |
|---|---|
| Chat ID | Unique identifier for the target chat or username. Used to specify which chat's description will be set. |
| Description | The new description text for the chat, limited to 0-255 characters. |
Output
JSON
json- The JSON response from the Telegram API after setting the chat description, containing the result of the operation.
Dependencies
- Requires an API key credential for Telegram API access.
Troubleshooting
- Ensure the Chat ID is correct and the bot has permission to change the chat description.
- The description must be between 0 and 255 characters; exceeding this limit will cause an error.
- If the bot is not an administrator in the chat, it cannot set the description.
Links
- Telegram Bot API - setChatDescription - Official Telegram API documentation for setting chat descriptions.