NIMTeamJoinActionInfo constructor

NIMTeamJoinActionInfo({
  1. required NIMTeamJoinActionType actionType,
  2. required String teamId,
  3. required NIMTeamType teamType,
  4. String? operatorAccountId,
  5. String? postscript,
  6. int? timestamp,
  7. required NIMTeamJoinActionStatus actionStatus,
  8. String? serverExtension,
})

Implementation

NIMTeamJoinActionInfo({
  required this.actionType,
  required this.teamId,
  required this.teamType,
  this.operatorAccountId,
  this.postscript,
  this.timestamp,
  required this.actionStatus,
  this.serverExtension,
});