telegram api constructor · layer 229 · #f2a71983
updateDeleteScheduledMessages
Some scheduled messages were deleted (or sent) from the schedule queue of a chat
definition
updateDeleteScheduledMessages#f2a71983 flags:# peer:Peer messages:Vector<int> sent_messages:flags.0?Vector<int> = Update;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
peer | Peer | Peer |
messages | Vector<int> | Deleted scheduled messages |
sent_messages | Vector<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. |
type
Update · 164 other constructors
history
present in layers 105–229 · constructor id changed 1×
| id | layers |
|---|---|
| #90866cee | 105–191 |
| #f2a71983 | 192–229 |