View Source ExTDLib.Object.CallServer (ExTDLib v0.0.4)
Describes a server for relaying call data.
| Name | Type | Description |
|---|---|---|
| id | string | Server identifier. |
| ip_address | string | Server IPv4 address. |
| ipv6_address | string | Server IPv6 address. |
| port | number | Server port number. |
| type | CallServerType | Server type. |
More details on telegram's documentation.