Telegram CoPilot icon

Telegram CoPilot

Your Personal Telegram CoPilot

Overview

This node operation creates a new Telegram supergroup chat or channel. It allows users to specify the title and description of the new chat or channel, and choose whether the new entity is a channel or a supergroup. This is useful for automating the creation of Telegram groups or channels within workflows, such as setting up community groups, announcement channels, or team chats programmatically.

Use Case Examples

  1. Automatically create a new Telegram supergroup for a project team with a specific title and description.
  2. Create a new Telegram channel for broadcasting updates to subscribers.

Properties

Name Meaning
Title The title of the new chat or channel to be created.
Description A description for the new chat or channel, limited to 0-255 characters.
Is Channel? Boolean flag indicating whether to create a channel (true) or a supergroup (false).

Output

JSON

  • _ - The response object from Telegram API representing the created supergroup or channel chat.

Dependencies

  • Requires an API key credential for Telegram (telePilotApi) to authenticate and interact with the Telegram API.

Troubleshooting

  • Ensure the Telegram API credentials are valid and the session is logged in; otherwise, the node will throw login-related errors.
  • If the node throws 'Please login' errors, use the login operation with phone number and code before creating chats.
  • Check that the title and description inputs are correctly provided and within allowed length limits.

Links

Discussion