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 CoPilot API to perform various Telegram-related operations. Specifically, for the 'Message' resource and 'Get Message Link Info' operation, it retrieves information about a Telegram message from a provided Telegram message URL. This is useful for scenarios where you want to extract metadata or details about a specific Telegram message by simply providing its URL, such as in chat automation, message analysis, or content management workflows.
Use Case Examples
- Extract message details from a Telegram message URL to log or analyze message content.
- Use the message link info to verify message metadata before processing or forwarding it in an automated workflow.
Properties
| Name | Meaning |
|---|---|
| Telegram Message URL | The URL of the Telegram message to retrieve information about. |
Output
JSON
_- The raw response object containing the message link information returned by the Telegram API.
Dependencies
- Requires an API key credential for the Telegram CoPilot API to authenticate requests.
Troubleshooting
- Ensure the Telegram API credentials are correctly configured and valid; otherwise, authentication errors will occur.
- If the session is closed or terminated, the node will throw an error prompting to login again via the ChatTrigger node and loginWithPhoneNumber action.
- Invalid or malformed Telegram message URLs may cause the operation to fail or return unexpected results.
- File reference expiration or permission issues may cause errors when accessing message data.
Links
- TelePilot Login Guide - Instructions on how to login and authenticate with the Telegram CoPilot API.