MonoForumDialog constructor

const MonoForumDialog({
  1. required bool unreadMark,
  2. required bool nopaidMessagesException,
  3. required PeerBase peer,
  4. required int topMessage,
  5. required int readInboxMaxId,
  6. required int readOutboxMaxId,
  7. required int unreadCount,
  8. required int unreadReactionsCount,
  9. DraftMessageBase? draft,
})

Mono Forum Dialog constructor.

Implementation

const MonoForumDialog({
  required this.unreadMark,
  required this.nopaidMessagesException,
  required this.peer,
  required this.topMessage,
  required this.readInboxMaxId,
  required this.readOutboxMaxId,
  required this.unreadCount,
  required this.unreadReactionsCount,
  this.draft,
}) : super._();