TDLib v0.0.2 TDLib.Object.CallProtocol View Source
Specifies the supported call protocols.
Name | Type | Description |
---|---|---|
udp_p2p | bool | True, if UDP peer-to-peer connections are supported. |
udp_reflector | bool | True, if connection through UDP reflectors is supported. |
min_layer | number | Minimum supported API layer; use 65. |
max_layer | number | Maximum supported API layer; use 65. |
More details on telegram’s documentation.