- API ›
- Constructors ›
- UpdateGroupCallConnection
UpdateGroupCallConnection
---types--- updateGroupCallConnection#0b783982 presentation:flags.0?true params:DataJSON = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateGroupCallConnection(v) = result { ... }