MessageKeywordSearchConfig(- {required String? keyword,
- String? otherAccid,
- int? fromTime,
- int? toTime,
- int? sessionLimit,
- int? msgLimit,
- bool? asc,
- List<String>? p2pList,
- List<String>? teamList,
- List<String>? senderList,
- List<NIMMessageType>? msgTypeList,
- List<int>? msgSubtypeList}
)
Implementation
MessageKeywordSearchConfig(
{required this.keyword,
this.otherAccid,
this.fromTime,
this.toTime,
this.sessionLimit,
this.msgLimit,
this.asc,
this.p2pList,
this.teamList,
this.senderList,
this.msgTypeList,
this.msgSubtypeList});