Actions24
- Chat Actions
- Callback Actions
- File Actions
- Message Actions
Overview
This node interacts with the Telegram API to perform various chat-related operations, specifically including setting the description of a chat. It is useful for automating Telegram chat management tasks such as updating chat descriptions, managing chat members, sending messages, and more. For example, it can be used to update the description of a Telegram group or channel automatically based on external triggers or workflows.
Use Case Examples
- Automatically update a Telegram group description when a new event is scheduled.
- Set a custom description for a Telegram channel based on the latest announcements.
Properties
| Name | Meaning |
|---|---|
| Chat ID | Unique identifier for the target chat or username, used to specify which chat to operate on. |
| Description | New chat description to set, limited to 0-255 characters. |
Output
JSON
json- The JSON response from the Telegram API after setting the chat description, containing details about the operation result.
Dependencies
- Telegram API with an API key credential
Troubleshooting
- Ensure the Chat ID is correct and the bot has permission to modify 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, resulting in an authorization error.
Links
- Telegram Bot API - setChatDescription - Official Telegram API documentation for setting a chat description.