1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 09:07:47 +01:00
MadelineProto/old_docs/API_docs_v33/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, ];