mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
905 B
905 B
title | description | nav_exclude | image |
---|---|---|---|
messageActionChannelMigrateFrom | Indicates the channel was migrated from the specified chat | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionChannelMigrateFrom
Indicates the channel was migrated from the specified chat
Attributes:
Name | Type | Required | Description |
---|---|---|---|
title | string | Yes | The old chat title |
chat_id | long | Yes | The old chat ID |
Type: MessageAction
Example:
$messageActionChannelMigrateFrom = ['_' => 'messageActionChannelMigrateFrom', 'title' => 'string', 'chat_id' => long];