Telegram Advanced icon

Telegram Advanced

Sends data to Telegram With Custom and Advanced Options

Overview

This node operation allows setting the description of a Telegram chat. It is useful for updating or modifying the chat's description text, which can be seen by chat members. For example, a bot administrator can use this to provide updated information or rules for a group chat.

Use Case Examples

  1. Updating the description of a Telegram group chat to inform members about new guidelines.
  2. Changing the description of a channel to reflect recent changes or announcements.

Properties

Name Meaning
Chat ID Unique identifier for the target chat or username. Used to specify which chat's description will be set.
Description The new description text for the chat, limited to 0-255 characters.

Output

JSON

  • json - The JSON response from the Telegram API after setting the chat description, containing the result of the operation.

Dependencies

  • Requires an API key credential for Telegram API access.

Troubleshooting

  • Ensure the Chat ID is correct and the bot has permission to change the chat description.
  • The description must be between 0 and 255 characters; exceeding this limit will cause an error.
  • If the bot is not an administrator in the chat, it cannot set the description.

Links

Discussion