NEChatroomHistoryMessageSearchOption constructor

NEChatroomHistoryMessageSearchOption({
  1. required int startTime,
  2. required int limit,
  3. NEChatroomMessageSearchOrder order = NEChatroomMessageSearchOrder.kDesc,
  4. NEChatroomType chatroomType = NEChatroomType.common,
})

Implementation

NEChatroomHistoryMessageSearchOption({
  required this.startTime,
  required this.limit,
  this.order = NEChatroomMessageSearchOrder.kDesc,
  this.chatroomType = NEChatroomType.common,
});