Telegram CoPilot icon

Telegram CoPilot

Your Personal Telegram CoPilot

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

  1. Retrieve detailed information about a Telegram supergroup by its ID.
  2. Fetch full information about a supergroup including members and settings.

Output

JSON

  • supergroup_id - Identifier of the supergroup
  • supergroup_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

Discussion