tg_schedule
Schedule a Telegram message for a specific time, with delivery even if your device is off. Set the recipient, message, and time using ISO or relative formats to ensure it gets sent.
Instructions
Send a message later. Telegram delivers it even if this machine is off.
Args: chat: recipient. text: message body. when: ISO time ("2026-08-17T09:00") or relative ("+30m", "+2h", "+3d"). A bare ISO time without a zone is read as local time. reply_to: message id to reply to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| text | Yes | ||
| when | Yes | ||
| reply_to | No |