MadelineProto/old_docs/API_docs_v62/constructors/messageActionChannelCreate.md

36 lines
626 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) | Yes|
### Type: [MessageAction](../types/MessageAction.md)
### Example:
```
$messageActionChannelCreate = ['_' => 'messageActionChannelCreate', 'title' => string, ];
```
Or, if you're into Lua:
```
messageActionChannelCreate={_='messageActionChannelCreate', title=string, }
```