Actions40
- Chat Actions
- Custom Request Actions
- Group Actions
- File Actions
- Login Actions
- Message Actions
- User Actions
- Contact Actions
Overview
This node allows users to join a Telegram chat by specifying the chat ID. It is part of a broader Telegram CoPilot integration that supports various Telegram operations such as sending messages, managing chats, and user interactions. The 'Join Chat' operation specifically enables a user or bot to join a chat group or channel by providing the chat's unique identifier. This is useful in scenarios where automated workflows need to interact with specific Telegram chats, such as joining a group to monitor messages or participate in discussions.
Use Case Examples
- Automatically join a Telegram group chat when a new workflow is triggered.
- Join a chat to start sending or receiving messages as part of an automated process.
Properties
| Name | Meaning |
|---|---|
| Chat ID | The unique identifier of the Telegram chat to join. This is required to specify which chat the node should join. |
Output
JSON
_- The raw response object from the Telegram API indicating the result of the join chat operation.
Dependencies
- Requires Telegram API credentials including API ID, API hash, and phone number for authentication.
Troubleshooting
- Ensure the Telegram API credentials are correctly configured and the user is logged in; otherwise, the node will throw a login error.
- If the chat ID is invalid or the bot/user does not have permission to join the chat, the operation may fail.
- Common error messages include 'Please login' indicating authentication is required, or 'Session was closed or terminated' indicating the need to re-authenticate.
Links
- TelePilot Login Guide - Instructions on how to log in and authenticate with the Telegram API using TelePilot.