mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
608 B
608 B
title | description |
---|---|
dcOption | dcOption attributes, type and example |
Constructor: dcOption
Attributes:
Name | Type | Required |
---|---|---|
id | int | Required |
hostname | string | Required |
ip_address | string | Required |
port | int | Required |
Type: DcOption
Example:
$dcOption = ['_' => 'dcOption', 'id' => int, 'hostname' => string, 'ip_address' => string, 'port' => int, ];