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