copyWith method
Implementation
UpdateChatReadOutbox copyWith({int? chatId, int? lastReadOutboxMessageId}) =>
UpdateChatReadOutbox(
chatId: chatId ?? this.chatId,
lastReadOutboxMessageId:
lastReadOutboxMessageId ?? this.lastReadOutboxMessageId,
);