participantUpdated property

  1. @TagNumber.new(24)
ParticipantUpdated get participantUpdated

ParticipantUpdated is sent when user data is updated

Implementation

@$pb.TagNumber(24)
ParticipantUpdated get participantUpdated => $_getN(19);
  1. @TagNumber.new(24)
set participantUpdated (ParticipantUpdated value)

Implementation

@$pb.TagNumber(24)
set participantUpdated(ParticipantUpdated value) => $_setField(24, value);