updateChatReadInbox property
Incoming messages were read or the number of unread messages has been changed
Implementation
UpdateChatReadInbox? get updateChatReadInbox {
if (this is UpdateChatReadInbox) {
return this as UpdateChatReadInbox;
}
return null;
}