UpdateReadChannelInbox#

class pyrogram.raw.types.UpdateReadChannelInbox#

Incoming messages in a channel/supergroup were read.

Constructor of Update.

Details:
  • Layer: 158

  • ID: 922E6E10

Parameters:
  • channel_id (int 64-bit) – Channel/supergroup ID.

  • max_id (int 32-bit) – Position up to which all incoming messages are read.

  • still_unread_count (int 32-bit) – Count of messages weren’t read yet.

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

  • folder_id (int 32-bit, optional) – Peer folder ID.