UpdateReadChannelInbox constructor

const UpdateReadChannelInbox({
  1. int? folderId,
  2. required int channelId,
  3. required int maxId,
  4. required int stillUnreadCount,
  5. required int pts,
})

Update Read Channel Inbox constructor.

Implementation

const UpdateReadChannelInbox({
  this.folderId,
  required this.channelId,
  required this.maxId,
  required this.stillUnreadCount,
  required this.pts,
}) : super._();