MadelineProto/old_docs/API_docs_v45/constructors/chatParticipantCreator.md

27 lines
496 B
Markdown
Raw Normal View History

---
title: chatParticipantCreator
description: chatParticipantCreator attributes, type and example
---
## 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, ];
```