UpdateChatReadInbox constructor
const
UpdateChatReadInbox({})
Incoming messages were read or the number of unread messages has been changed
Implementation
const UpdateChatReadInbox({
required this.chatId,
required this.lastReadInboxMessageId,
required this.unreadCount,
this.extra,
this.clientId,
});