QChatSearchMsgByPageParam(- {required int serverId,
- required List<NIMMessageType> msgTypes,
- int? channelId,
- int? limit,
- int? fromTime,
- int? toTime,
- QChatMessageSearchSortEnum? sort,
- String? fromAccount,
- String? keyword,
- String? cursor,
- bool? isIncludeSelf,
- bool? order,
- 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});