- API ›
- Constructors ›
- UpdateGroupCallParticipants
UpdateGroupCallParticipants
---types--- updateGroupCallParticipants#f2ebdb4e call:InputGroupCall participants:Vector<GroupCallParticipant> version:int = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateGroupCallParticipants(v) = result { ... }
Parameters
| call | InputGroupCall | required |
| participants | Vector<GroupCallParticipant> | required |
| version | int | required |