V2TimGroupApplication constructor

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

Implementation

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