mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 23:19:38 +01:00
16 lines
421 B
Markdown
16 lines
421 B
Markdown
## Constructor: messageActionChatCreate
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|title|[string](../types/string.md) | Required|
|
|
|users|Array of [int](../types/int.md) | Required|
|
|
### Type:
|
|
|
|
[MessageAction](../types/MessageAction.md)
|
|
### Example:
|
|
|
|
```
|
|
$messageActionChatCreate = ['_' => messageActionChatCreate', 'title' => string, 'users' => [Vector t], ];
|
|
``` |