18 lines
347 B
Markdown
18 lines
347 B
Markdown
## Constructor: chatParticipantCreator
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|user\_id|[int](../types/int.md) | Required|
|
|
|
|
|
|
|
|
### Type: [ChatParticipant](../types/ChatParticipant.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$chatParticipantCreator = ['_' => chatParticipantCreator', 'user_id' => int, ];
|
|
``` |