- API ›
- Constructors ›
- GroupCallDiscarded
GroupCallDiscarded
---types--- groupCallDiscarded#7780bcb4 id:long access_hash:long duration:int = GroupCall
Belongs to
| GroupCall |
In Rust this constructor is a variant of the enums::GroupCall enum.
Match on it with: if let enums::GroupCall::GroupCallDiscarded(v) = result { ... }