Actions40
- Chat Actions
- Custom Request Actions
- Group Actions
- File Actions
- Login Actions
- Message Actions
- User Actions
- Contact Actions
Overview
This node interacts with the Telegram API to perform various operations related to Telegram groups, users, chats, messages, files, and contacts. Specifically, for the 'Group' resource and 'Get Supergroup Info' operation, it retrieves detailed information about a specified Telegram supergroup by its identifier. This node is useful for automating Telegram management tasks such as fetching group details, managing chats, sending messages, and handling files within Telegram.
Use Case Examples
- Retrieve detailed information about a Telegram supergroup by providing its Supergroup ID.
- Fetch chat history or user details in Telegram for automation workflows.
- Send messages, photos, or files to Telegram chats programmatically.
Properties
| Name | Meaning |
|---|---|
| Supergroup ID | Identifier of the Supergroup to retrieve information for. |
Output
JSON
id- Unique identifier of the supergroup.title- Title or name of the supergroup.members_count- Number of members in the supergroup.status- Status or type of the supergroup (e.g., channel or group).description- Description text of the supergroup.other_properties- Additional metadata returned by the Telegram API about the supergroup.
Dependencies
- Requires an API key credential for Telegram API authentication.
Troubleshooting
- Common errors include 'Please login' indicating the Telegram session is not authenticated; resolve by following the login instructions at https://telepilot.co/login-howto.
- Errors like 'A closed client cannot be reused' or 'Unauthorized' indicate session expiration or invalid credentials; re-login is required.
- File-related errors when sending media (e.g., file not found, size limits) require verifying file paths and formats.
Links
- TelePilot Login Guide - Instructions for logging into Telegram via TelePilot node.