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

PhoneCall

In Rust this constructor is a variant of the enums::PhoneCall enum.
Match on it with: if let enums::PhoneCall::PhoneCall(v) = result { ... }

Parameters

p2p_allowedtrueoptional
videotrueoptional
conference_supportedtrueoptional
idlongrequired
access_hashlongrequired
dateintrequired
admin_idlongrequired
participant_idlongrequired
g_a_or_bbytesrequired
key_fingerprintlongrequired
protocolPhoneCallProtocolrequired
connectionsVector<PhoneConnection>required
start_dateintrequired
custom_parametersDataJSONoptional