NIMTeamJoinActionInfo constructor
- required NIMTeamJoinActionType actionType,
- required String teamId,
- required NIMTeamType teamType,
- String? operatorAccountId,
- String? postscript,
- int? timestamp,
- required NIMTeamJoinActionStatus actionStatus,
- String? serverExtension,
Implementation
NIMTeamJoinActionInfo({
required this.actionType,
required this.teamId,
required this.teamType,
this.operatorAccountId,
this.postscript,
this.timestamp,
required this.actionStatus,
this.serverExtension,
});