MadelineProto/old_docs/API_docs_v40/constructors/dcOption.md

535 B

title description
dcOption dcOption attributes, type and example

Constructor: dcOption

Back to constructors index

Attributes:

Name Type Required
id int Required
ip_address string Required
port int Required

Type: DcOption

Example:

$dcOption = ['_' => 'dcOption', 'id' => int, 'ip_address' => string, 'port' => int, ];