Constructor: dcOption
Data center
Attributes:
Name | Type | Required | Description |
---|---|---|---|
ipv6 | Bool | Optional | Whether the specified IP is an IPv6 address |
media_only | Bool | Optional | Whether this DC should only be used to download or upload files |
tcpo_only | Bool | Optional | Whether this DC only supports connection with transport obfuscation |
cdn | Bool | Optional | Whether this is a CDN DC. |
static | Bool | Optional | If set, this IP should be used when connecting through a proxy |
this_port_only | Bool | Optional | If set, clients must connect using only the specified port, without trying any other port. |
id | int | Yes | DC ID |
ip_address | string | Yes | IP address of DC |
port | int | Yes | Port |
secret | string | Optional |
Type: DcOption
Example:
$dcOption = ['_' => 'dcOption', 'ipv6' => Bool, 'media_only' => Bool, 'tcpo_only' => Bool, 'cdn' => Bool, 'static' => Bool, 'this_port_only' => Bool, 'id' => int, 'ip_address' => 'string', 'port' => int, 'secret' => 'string'];