Constructor: updateDeleteScheduledMessages
Some scheduled messages were deleted (or sent) from the schedule queue of a chat
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | Peer |
messages | Array of int | Yes | Deleted scheduled messages |
sent_messages | Array of int | Optional | If set, this update indicates that some scheduled messages were sent (not simply deleted from the schedule queue). In this case, the messages field will contain the scheduled message IDs for the sent messages (initially returned in updateNewScheduledMessage), and sent_messages will contain the real message IDs for the sent messages. |
Type: Update
Example:
$updateDeleteScheduledMessages = ['_' => 'updateDeleteScheduledMessages', 'peer' => long, 'messages' => [int, int], 'sent_messages' => [int, int]];