QChatSearchChannelByPageParam constructor

QChatSearchChannelByPageParam({
  1. int? serverId,
  2. int? limit,
  3. bool asc = true,
  4. int? endTime,
  5. required String keyword,
  6. int? startTime,
  7. String? cursor,
  8. QChatChannelSearchSortEnum? sort,
})

Implementation

QChatSearchChannelByPageParam(
    {this.serverId,
    this.limit,
    this.asc = true,
    this.endTime,
    required this.keyword,
    this.startTime,
    this.cursor,
    this.sort});