updateDeleteScheduledMessages
Some scheduled messages were deleted (or sent) from the schedule queue of a chat
type tg.UpdateDeleteScheduledMessages struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peer | PeerClass | yes | Peer |
Messages | []int | yes | Deleted scheduled messages |
SentMessages | []int | — | 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. |
References
- Official documentation
- Generated Go reference
- TL definition:
updateDeleteScheduledMessages#f2a71983