mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:47:50 +01:00
596 B
596 B
Constructor: dcOption
Attributes:
Name | Type | Required |
---|---|---|
ipv6 | Bool | Optional |
media_only | Bool | Optional |
tcpo_only | Bool | Optional |
id | int | Required |
ip_address | string | Required |
port | int | Required |
Type: DcOption
Example:
$dcOption = ['ipv6' => Bool, 'media_only' => Bool, 'tcpo_only' => Bool, 'id' => int, 'ip_address' => string, 'port' => int, ];