Skip to main content

updateDeleteScheduledMessages

Some scheduled messages were deleted (or sent) from the schedule queue of a chat

type tg.UpdateDeleteScheduledMessages struct { /* ... */ }

Implements Update.

Fields

NameTypeRequiredDescription
PeerPeerClassyesPeer
Messages[]intyesDeleted scheduled messages
SentMessages[]intIf 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