V2TimMessageSearchParam constructor

V2TimMessageSearchParam({
  1. required int type,
  2. required List<String> keywordList,
  3. String? conversationID,
  4. List<String>? userIDList,
  5. List<int>? messageTypeList,
  6. int? searchTimePosition,
  7. int? searchTimePeriod,
  8. int? pageSize,
  9. int? pageIndex,
})

Implementation

V2TimMessageSearchParam({
  required this.type,
  required this.keywordList,
  this.conversationID,
  this.userIDList,
  this.messageTypeList,
  this.searchTimePosition,
  this.searchTimePeriod,
  this.pageSize,
  this.pageIndex,
});