participants property

  1. @TagNumber(1)
List<Participant> get participants

participants is the list of participants in the call. In large calls, the list could be truncated in which case, the list of participants contains fewer participants than the counts returned in participant_count. Anonymous participants are NOT included in the list.

Implementation

@$pb.TagNumber(1)
$core.List<Participant> get participants => $_getList(0);