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, allowing users to perform various Telegram operations programmatically. Specifically, for the 'Chat' resource and 'Search Public Chats (Search in Username, Title)' operation, it enables searching public Telegram chats by querying usernames and chat titles. This is useful for automating the discovery of public chats based on keywords or usernames, facilitating chat management, monitoring, or engagement in Telegram communities.
Use Case Examples
- Searching for public Telegram chats related to a specific topic or brand by providing a query string.
- Automating the retrieval of public chat information for analysis or integration with other systems.
Properties
| Name | Meaning |
|---|---|
| Query | The search query string used to find public chats by matching usernames and titles. |
Output
JSON
result- The response from the Telegram API containing the list of public chats matching the search query.
Dependencies
- Requires TelePilot API credentials for authentication and access to Telegram.
Troubleshooting
- Common issues include authentication errors if the TelePilot API credentials are invalid or the Telegram session is not logged in. The node throws errors like 'Please login' or 'Unauthorized' which indicate the need to authenticate again using the login process.
- Errors related to session closure or termination require re-login via the ChatTrigger node or following the TelePilot login guide.
- File-related operations (not relevant for this operation) may throw errors if file paths are incorrect or files are missing.
Links
- TelePilot Login Guide - Instructions for logging in and managing Telegram sessions with TelePilot.