UpdateReadChannelOutbox constructor

const UpdateReadChannelOutbox({
  1. required int channelId,
  2. required int maxId,
})

Update Read Channel Outbox constructor.

Implementation

const UpdateReadChannelOutbox({
  required this.channelId,
  required this.maxId,
}) : super._();