updateGroupCallParticipant property
Information about a group call participant was changed. The updates are sent only after the group call is received through getGroupCall and only if the call is joined or being joined
Implementation
UpdateGroupCallParticipant? get updateGroupCallParticipant {
if (this is UpdateGroupCallParticipant) {
return this as UpdateGroupCallParticipant;
}
return null;
}