phoneCall

phoneCall#30535af5 flags:# 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;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
p2p_allowed flags.5?true
video flags.6?true Video.
conference_supported flags.8?true
id long Identifier of the object — which object depends on the field's type.
access_hash long Access hash: without it the server does not accept the identifier. It arrives with the object and belongs to it.
date int A point in time, unix seconds.
admin_id long
participant_id long
g_a_or_b bytes
key_fingerprint long Fingerprint of the shared key: both sides compare it to confirm they derived the same one.
protocol PhoneCallProtocol Protocol parameters the two sides agree on.
connections Vector<PhoneConnection>
start_date int
custom_parameters flags.7?DataJSON

Type

PhoneCall

Related pages

Types used here