MadelineProtoDocs/docs/API_docs/constructors/messageActionChannelCreate.md

30 lines
703 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "messageActionChannelCreate"
description: "The channel was created"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: messageActionChannelCreate
[Back to constructors index](/API_docs/constructors/index.html)
The channel was created
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|title|[string](/API_docs/types/string.html) | Yes|Original channel/supergroup title|
### Type: [MessageAction](/API_docs/types/MessageAction.html)
### Example:
```
$messageActionChannelCreate = ['_' => 'messageActionChannelCreate', 'title' => 'string'];
```