28 lines
575 B
Markdown
28 lines
575 B
Markdown
---
|
|
title: messageActionChatCreate
|
|
description: messageActionChatCreate attributes, type and example
|
|
---
|
|
## Constructor: messageActionChatCreate
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### 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], ];
|
|
```
|
|
|