PhoneCall
---types---
phoneCall#30535af5 p2p_allowed:flags.5?true video:flags.6?true conference_supported:flags.8?true id:long access_hash:long date:int admin_id:long participant_id:long g_a_or_b:bytes key_fingerprint:long protocol:PhoneCallProtocol connections:Vector<PhoneConnection> start_date:int custom_parameters:flags.7?DataJSON = PhoneCall
Belongs to
In Rust this constructor is a variant of the enums::PhoneCall enum.
Match on it with: if let enums::PhoneCall::PhoneCall(v) = result { ... }
Parameters