1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 11:27:52 +01:00
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, ];