- API ›
- Constructors ›
- Phone ›
- PhoneCall
PhoneCall
---types--- phone.phoneCall#ec82e140 phone_call:PhoneCall users:Vector<User> = phone.PhoneCall
Belongs to
| phone.PhoneCall |
In Rust this constructor is a variant of the enums::phone.PhoneCall enum.
Match on it with: if let enums::phone.PhoneCall::PhoneCall(v) = result { ... }