participantUpdated property

  1. @TagNumber(24)
ParticipantUpdated get participantUpdated

ParticipantUpdated is sent when user data is updated

Implementation

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

Implementation

@$pb.TagNumber(24)
set participantUpdated(ParticipantUpdated v) { setField(24, v); }