V2TimGroupApplication constructor
V2TimGroupApplication(- {required String groupID,
- String? fromUser,
- String? fromUserNickName,
- String? fromUserFaceUrl,
- String? toUser,
- int? addTime,
- String? requestMsg,
- String? handledMsg,
- required int type,
- required int handleStatus,
- 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,
});