V2TimGroupApplication constructor

V2TimGroupApplication(
  1. String? groupID,
  2. String? fromUser,
  3. String? fromUserNickName,
  4. String? fromUserFaceUrl,
  5. String? toUser,
  6. int? addTime,
  7. String? requestMsg,
  8. String? handledMsg,
  9. int? type,
  10. int? handleStatus,
  11. int? handleResult,
)

Implementation

V2TimGroupApplication(
  this.groupID,
  this.fromUser,
  this.fromUserNickName,
  this.fromUserFaceUrl,
  this.toUser,
  this.addTime,
  this.requestMsg,
  this.handledMsg,
  this.type,
  this.handleStatus,
  this.handleResult,
);