UpdateReadMessagesContents#

class pyrogram.raw.types.UpdateReadMessagesContents#

Contents of messages in the common message box were read (emitted specifically for messages like voice messages or video, only once the media is watched and marked as read using messages.readMessageContents).

Constructor of Update.

Details:
  • Layer: 220

  • ID: F8227181

Parameters:
  • messages (List of int 32-bit) – IDs of read messages

  • pts (int 32-bit) – Event count after generation

  • pts_count (int 32-bit) – Number of events that were generated

  • date (int 32-bit, optional) – When was the last message in messages marked as read.