Tool
Delete message
The telegram_bot_api-delete-message tool allows you to efficiently delete messages from Telegram chats or channels using the Telegram Bot API. It provides a straightforward interface to remove messages by specifying the chat and message identifiers.
Features
- Deletes messages from any Telegram chat or channel using the bot API.
- Supports both private chats and public groups by accepting chat IDs or usernames.
- Requires only the chat identifier and message ID to perform deletion.
- Integrates seamlessly with automation workflows via Pipedream connector.
- Provides access to official Telegram Bot API capabilities for reliable performance.
Benefits
- Maintain chat cleanliness and relevance by removing unwanted messages.
- Automate message management to save time and reduce manual moderation.
- Enhance community moderation by quickly deleting inappropriate content.
- Integrates easily with existing Telegram bot infrastructure.
- Supports real-time message removal to keep conversations up-to-date.
Description
Deletes a message. See the docs for more information
Parameters
2 parameters
| Name | Type | Description |
|---|---|---|
| chatIdrequired | string | Enter the unique identifier for the target chat (e.g. |
| messageIdrequired | string | Enter the message ID. |