mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 03:07:20 +01:00
19 lines
435 B
Markdown
19 lines
435 B
Markdown
|
## Constructor: chatParticipantAdmin
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|user\_id|[int](../types/int.md) | Required|
|
||
|
|inviter\_id|[int](../types/int.md) | Required|
|
||
|
|date|[int](../types/int.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [ChatParticipant](../types/ChatParticipant.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$chatParticipantAdmin = ['user_id' => int, 'inviter_id' => int, 'date' => int, ];
|
||
|
```
|