mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
703 B
703 B
title | description | nav_exclude | image |
---|---|---|---|
messageActionChannelCreate | The channel was created | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionChannelCreate
The channel was created
Attributes:
Name | Type | Required | Description |
---|---|---|---|
title | string | Yes | Original channel/supergroup title |
Type: MessageAction
Example:
$messageActionChannelCreate = ['_' => 'messageActionChannelCreate', 'title' => 'string'];