updateChatReadOutbox property

UpdateChatReadOutbox? updateChatReadOutbox

Outgoing messages were read

Implementation

UpdateChatReadOutbox? get updateChatReadOutbox {
  if (this is UpdateChatReadOutbox) {
    return this as UpdateChatReadOutbox;
  }
  return null;
}