mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:07:47 +01:00
19 lines
411 B
Markdown
19 lines
411 B
Markdown
|
## Constructor: updateChatAdmins
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|chat\_id|[int](../types/int.md) | Required|
|
||
|
|enabled|[Bool](../types/Bool.md) | Required|
|
||
|
|version|[int](../types/int.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [Update](../types/Update.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$updateChatAdmins = ['chat_id' => int, 'enabled' => Bool, 'version' => int, ];
|
||
|
```
|