1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 09:47:47 +01:00
MadelineProto/docs/API_docs/constructors/updateDcOptions.md
2016-12-30 23:21:36 +03:00

25 lines
471 B
Markdown

---
title: updateDcOptions
description: updateDcOptions attributes, type and example
---
## Constructor: updateDcOptions
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|dc\_options|Array of [DcOption](../types/DcOption.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateDcOptions = ['_' => 'updateDcOptions', 'dc_options' => [Vector t], ];
```