tg_schedule
Schedule a Telegram message for a specific time or relative delay. It will be delivered even if the sending device is offline.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |