QChatSearchMsgByPageParam constructor

QChatSearchMsgByPageParam({
  1. required int serverId,
  2. required List<NIMMessageType> msgTypes,
  3. int? channelId,
  4. int? limit,
  5. int? fromTime,
  6. int? toTime,
  7. QChatMessageSearchSortEnum? sort,
  8. String? fromAccount,
  9. String? keyword,
  10. String? cursor,
  11. bool? isIncludeSelf,
  12. bool? order,
  13. List<int>? subTypes,
})

Implementation

QChatSearchMsgByPageParam(
    {required this.serverId,
    required this.msgTypes,
    this.channelId,
    this.limit,
    this.fromTime,
    this.toTime,
    this.sort,
    this.fromAccount,
    this.keyword,
    this.cursor,
    this.isIncludeSelf,
    this.order,
    this.subTypes});