MonoForumDialog#

class pyrogram.raw.types.MonoForumDialog#

Represents a monoforum topic .

Constructor of SavedDialog.

Details:
  • Layer: 220

  • ID: 64407EA7

Parameters:
  • peer (Peer) – The peer associated to the topic, AKA the topic ID.

  • top_message (int 32-bit) – The latest message ID

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

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

  • unread_count (int 32-bit) – Number of unread messages.

  • unread_reactions_count (int 32-bit) – Number of unread reactions.

  • unread_mark (bool, optional) – Whether this topic has a manually set (with messages.markDialogUnread) unread mark.

  • nopaid_messages_exception (bool, optional) – If set, an admin has exempted this peer from payment to send messages using account.toggleNoPaidMessagesException.

  • draft (DraftMessage, optional) – A pending message draft.