Skip to main content

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.

anyOf
date-time
message object

New message text.

anyOf
string
force_send_now object

When true, reschedule the message to be sent immediately.

anyOf
boolean
MessagePartialUpdate
{
"scheduled_at": "2024-07-29T15:51:28.071Z",
"message": "string",
"force_send_now": true
}