- API ›
- Constructors ›
- GroupCallParticipantVideoSourceGroup
GroupCallParticipantVideoSourceGroup
---types--- groupCallParticipantVideoSourceGroup#dcb118b7 semantics:string sources:Vector<int> = GroupCallParticipantVideoSourceGroup
Belongs to
| GroupCallParticipantVideoSourceGroup |
In Rust this constructor is a variant of the enums::GroupCallParticipantVideoSourceGroup enum.
Match on it with: if let enums::GroupCallParticipantVideoSourceGroup::GroupCallParticipantVideoSourceGroup(v) = result { ... }