mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:28:32 +01:00
27 lines
475 B
Markdown
27 lines
475 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], ];
|
|
```
|
|
|