QChatUnreadInfo constructor

QChatUnreadInfo({
  1. required int channelId,
  2. required int serverId,
  3. int? maxCount,
  4. int? mentionedCount,
  5. int? unreadCount,
  6. int? ackTimeTag,
  7. int? lastMsgTime,
  8. int? time,
})

Implementation

QChatUnreadInfo(
    {required this.channelId,
    required this.serverId,
    this.maxCount,
    this.mentionedCount,
    this.unreadCount,
    this.ackTimeTag,
    this.lastMsgTime,
    this.time});