mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:46:55 +01:00
686 B
686 B
title | description |
---|---|
callConnection | Describes address of UDP reflectors |
Constructor: callConnection
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 |