UpdateReadChannelDiscussionOutbox constructor

const UpdateReadChannelDiscussionOutbox({
  1. required int channelId,
  2. required int topMsgId,
  3. required int readMaxId,
})

Update Read Channel Discussion Outbox constructor.

Implementation

const UpdateReadChannelDiscussionOutbox({
  required this.channelId,
  required this.topMsgId,
  required this.readMaxId,
}) : super._();