Actions24
- Chat Actions
- Callback Actions
- File Actions
- Message Actions
Overview
This node interacts with the Telegram API to perform various chat-related operations. Specifically, the 'Get' operation under the 'Chat' resource retrieves up-to-date information about a specified chat. This is useful for scenarios where you need to fetch details about a chat, such as its title, description, or other metadata. For example, it can be used to monitor chat information in a Telegram group or channel.
Use Case Examples
- Retrieve chat information by providing the unique chat ID or username.
- Use the node to get chat details for administrative or monitoring purposes.
Properties
| Name | Meaning |
|---|---|
| Chat ID | Unique identifier for the target chat or username of the target channel. Required to specify which chat to get information from. |
Output
JSON
result- The response object containing the chat information retrieved from Telegram.
Dependencies
- Requires an API key credential for Telegram API access.
Troubleshooting
- Ensure the Chat ID is correct and accessible by the bot; otherwise, the API call will fail.
- If the bot does not have permission to access the chat, the request will be denied.
- Common error messages include invalid chat ID or insufficient permissions; verify credentials and chat access rights.
Links
- Telegram Bot API - getChat - Official Telegram API documentation for the getChat method used to retrieve chat information.