telegram-send-scheduled
Send a message to a Telegram chat with a scheduled future delivery time using a Unix timestamp.
Instructions
Send a scheduled message to a Telegram chat. The message will be delivered at the specified time by Telegram servers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text | |
| chatId | Yes | Chat ID or username (use 'me' or 'self' for Saved Messages) | |
| replyTo | No | Message ID to reply to | |
| parseMode | No | Message format: md (Markdown) or html | |
| scheduleDate | Yes | Unix timestamp when to send the message (must be in the future) |