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