UpdateDeleteScheduledMessages#
- class pyrogram.raw.types.UpdateDeleteScheduledMessages#
Some scheduled messages were deleted (or sent) from the schedule queue of a chat
Constructor of
Update.- Details:
Layer:
214ID:
F2A71983
- Parameters:
peer (
Peer) – Peermessages (List of
int32-bit) – Deleted scheduled messagessent_messages (List of
int32-bit, 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.