MonoForumDialog constructor
const
MonoForumDialog({})
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._();