MessagePartialUpdate
Partial update for a (bot) message — edit the text and/or reschedule it.
scheduled_at object
New scheduled send time (UTC). Not allowed for already-sent messages.
- date-time
- null
date-time
message object
New message text.
- string
- null
string
force_send_now object
When true, reschedule the message to be sent immediately.
- boolean
- null
boolean
MessagePartialUpdate
{
"scheduled_at": "2024-07-29T15:51:28.071Z",
"message": "string",
"force_send_now": true
}