Actions40
- Chat Actions
- Custom Request Actions
- Group Actions
- File Actions
- Login Actions
- Message Actions
- User Actions
- Contact Actions
Overview
This node integrates with the Telegram API via the TelePilot library to perform various Telegram-related operations. Specifically, for the 'Group' resource and 'Get Supergroup Members' operation, it retrieves information about supergroups and their members. The node supports a wide range of Telegram functionalities including user management, chat operations, message sending, and file handling. It is useful for automating Telegram workflows such as managing group memberships, sending messages, and interacting with chats programmatically.
Use Case Examples
- Retrieve detailed information about a Telegram supergroup by its ID.
- Fetch full information about a supergroup including members and settings.
Output
JSON
supergroup_id- Identifier of the supergroupsupergroup_full_info- Detailed information about the supergroup including members and settings
Dependencies
- Requires an API key credential for Telegram via TelePilot API authentication.
Troubleshooting
- Common issues include session expiration or unauthorized access errors, which require re-login via the ChatTrigger node and login commands.
- Errors like 'A closed client cannot be reused' indicate the Telegram session was closed and a new login is needed.
- File-related operations may fail if file paths are incorrect or files exceed Telegram's size limits.
Links
- TelePilot Login Guide - Instructions for logging in and managing Telegram sessions with TelePilot.