- API ›
- Constructors ›
- UpdateGroupCall
UpdateGroupCall
---types--- updateGroupCall#9d2216e0 live_story:flags.2?true peer:flags.1?Peer call:GroupCall = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateGroupCall(v) = result { ... }