Telegram

Sends data to Telegram

Overview

This node interacts with the Telegram API to perform various chat-related operations. Specifically, the 'Get' operation under the 'Chat' resource retrieves up-to-date information about a specified chat. This is useful for scenarios where you need to fetch details about a chat, such as its title, description, or other metadata. For example, it can be used to monitor chat information in a Telegram group or channel.

Use Case Examples

  1. Retrieve chat information by providing the unique chat ID or username.
  2. Use the node to get chat details for administrative or monitoring purposes.

Properties

Name Meaning
Chat ID Unique identifier for the target chat or username of the target channel. Required to specify which chat to get information from.

Output

JSON

  • result - The response object containing the chat information retrieved from Telegram.

Dependencies

  • Requires an API key credential for Telegram API access.

Troubleshooting

  • Ensure the Chat ID is correct and accessible by the bot; otherwise, the API call will fail.
  • If the bot does not have permission to access the chat, the request will be denied.
  • Common error messages include invalid chat ID or insufficient permissions; verify credentials and chat access rights.

Links

Discussion