MadelineProto/docs/API_docs/constructors/messageActionChannelCreate.md
2016-12-20 13:32:11 +01:00

25 lines
511 B
Markdown

---
title: messageActionChannelCreate
description: messageActionChannelCreate attributes, type and example
---
## Constructor: messageActionChannelCreate
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|title|[string](../types/string.md) | Required|
### Type: [MessageAction](../types/MessageAction.md)
### Example:
```
$messageActionChannelCreate = ['_' => messageActionChannelCreate', 'title' => string, ];
```