phoneCall

Phone call

Constructor schema is available as of layer 88. Switch ยป

Parameters

Name Type Description
flags # Flags, see TL conditional fields
p2p_allowed flags.5?true Whether P2P connection to the other peer is allowed
video flags.6?true Whether this is a video call
id long Call ID
access_hash long Access hash
date int Date of creation of the call
admin_id long User ID of the creator of the call
participant_id long User ID of the other participant in the call
g_a_or_b bytes Parameter for key exchange
key_fingerprint long Key fingerprint
protocol PhoneCallProtocol Call protocol info to be passed to libtgvoip
connections Vector<PhoneConnection> List of endpoints the user can connect to to exchange call data
start_date int When was the call actually started

Type

PhoneCall

Related pages

End-to-End Encrypted Voice Calls