mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 14:27:21 +01:00
24 lines
426 B
Markdown
24 lines
426 B
Markdown
---
|
|
title: chatParticipantCreator
|
|
---
|
|
## Constructor: chatParticipantCreator
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|user\_id|[int](../types/int.md) | Required|
|
|
|
|
|
|
|
|
### Type: [ChatParticipant](../types/ChatParticipant.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$chatParticipantCreator = ['_' => chatParticipantCreator', 'user_id' => int, ];
|
|
``` |