1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:46:55 +01:00
MadelineProto/docs/TD_docs/constructors/callConnection.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

686 B

title description
callConnection Describes address of UDP reflectors

Constructor: callConnection

Back to constructors index

Describes address of UDP reflectors

Attributes:

Name Type Required Description
id int64 Yes Reflector identifier
ip string Yes IPv4 reflector address
ipv6 string Yes IPv6 reflector address
port int Yes Reflector port
peer_tag bytes Yes Connection peer tag

Type: CallConnection