mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:47:54 +01:00
22 lines
268 B
Markdown
22 lines
268 B
Markdown
|
---
|
||
|
title: updateConfig
|
||
|
description: updateConfig attributes, type and example
|
||
|
---
|
||
|
## Constructor: updateConfig
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [Update](../types/Update.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$updateConfig = ['_' => 'updateConfig', ];
|
||
|
```
|
||
|
|