UpdateChatReadOutbox constructor
const
UpdateChatReadOutbox({})
Outgoing messages were read
Implementation
const UpdateChatReadOutbox({
required this.chatId,
required this.lastReadOutboxMessageId,
this.extra,
this.clientId,
});