MadelineProto/docs/API_docs_46/constructors/messageActionChannelCreate.md

25 lines
512 B
Markdown
Raw Normal View History

---
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, ];
```