QChatGetInviteApplyRecordOfServerParam constructor

QChatGetInviteApplyRecordOfServerParam(
  1. int serverId, {
  2. int? fromTime,
  3. int? toTime,
  4. bool? reverse,
  5. int? limit,
  6. int? excludeRecordId,
})

Implementation

QChatGetInviteApplyRecordOfServerParam(this.serverId,
    {this.fromTime,
    this.toTime,
    this.reverse,
    this.limit,
    this.excludeRecordId});