Actions40
- Chat Actions
- Custom Request Actions
- Group Actions
- File Actions
- Login Actions
- Message Actions
- User Actions
- Contact Actions
Overview
This node integrates with Telegram via the TelePilot API, enabling various Telegram chat operations. Specifically, the 'Get Chat' operation retrieves detailed information about a specific chat by its ID. This node is useful for automating Telegram chat management, such as fetching chat details for monitoring or processing messages programmatically.
Use Case Examples
- Retrieve details of a Telegram chat by providing its chat ID to monitor chat metadata or status.
- Use in workflows that require fetching chat information before sending messages or performing chat-related actions.
Properties
| Name | Meaning |
|---|---|
| Chat ID | The unique identifier of the Telegram chat to retrieve information for. |
Output
JSON
id- Unique identifier of the chat.type- Type of the chat (e.g., private, group, supergroup, channel).title- Title of the chat, if applicable.username- Username of the chat, if it is a public chat.photo- Chat photo information.permissions- Permissions associated with the chat.last_message- Details of the last message in the chat.members_count- Number of members in the chat.
Dependencies
- Requires an API key credential for TelePilot API authentication.
Troubleshooting
- Ensure the provided Chat ID is valid and corresponds to an existing chat in Telegram.
- If authentication errors occur, verify that the TelePilot API credentials are correctly configured and the user is logged in.
- Common errors include session closure or unauthorized access; re-login may be required as per the guide at https://telepilot.co/login-howto.
- File or network errors may occur if the Telegram client session is not active or if the API limits are exceeded.
Links
- TelePilot Login Guide - Instructions for logging in and managing Telegram sessions with TelePilot.