updateChatReadOutbox property
Outgoing messages were read
Implementation
UpdateChatReadOutbox? get updateChatReadOutbox {
if (this is UpdateChatReadOutbox) {
return this as UpdateChatReadOutbox;
}
return null;
}
Outgoing messages were read
UpdateChatReadOutbox? get updateChatReadOutbox {
if (this is UpdateChatReadOutbox) {
return this as UpdateChatReadOutbox;
}
return null;
}