V2TimMessageSearchParam constructor
V2TimMessageSearchParam({})
Implementation
V2TimMessageSearchParam({
required this.type,
required this.keywordList,
this.conversationID,
this.userIDList,
this.messageTypeList,
this.searchTimePosition,
this.searchTimePeriod,
this.pageSize,
this.pageIndex,
this.searchCount,
this.searchCursor,
}) {
messageTypeList = messageTypeList?.map((e) => EnumUtils.dartElemType2CElemType(e)).toList();
}