- API ›
- Constructors ›
- PhoneCallWaiting
PhoneCallWaiting
---types--- phoneCallWaiting#c5226f17 video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long protocol:PhoneCallProtocol receive_date:flags.0?int = PhoneCall
Belongs to
| PhoneCall |
In Rust this constructor is a variant of the enums::PhoneCall enum.
Match on it with: if let enums::PhoneCall::PhoneCallWaiting(v) = result { ... }