V2TimApplicationProcessed constructor

V2TimApplicationProcessed(
  1. String? groupID,
  2. V2TimGroupMemberInfo? opUser,
  3. bool? isAgreeJoin,
  4. String? opReason,
)

Implementation

V2TimApplicationProcessed(
  this.groupID,
  this.opUser,
  this.isAgreeJoin,
  this.opReason,
);