V2TimApplicationProcessed constructor
V2TimApplicationProcessed(
- String? groupID,
- V2TimGroupMemberInfo? opUser,
- bool? isAgreeJoin,
- String? opReason,
Implementation
V2TimApplicationProcessed(
this.groupID,
this.opUser,
this.isAgreeJoin,
this.opReason,
);