MadelineProto/docs/API_docs/constructors/phoneCallProtocol.md

690 B

title description
phoneCallProtocol phoneCallProtocol attributes, type and example

Constructor: phoneCallProtocol

Back to constructors index

Attributes:

Name Type Required
udp_p2p Bool Optional
udp_reflector Bool Optional
min_layer int Required
max_layer int Required

Type: PhoneCallProtocol

Example:

$phoneCallProtocol = ['_' => 'phoneCallProtocol', 'udp_p2p' => true, 'udp_reflector' => true, 'min_layer' => int, 'max_layer' => int, ];