MadelineProtoDocs/old_docs/API_docs_v66/constructors/messageActionChannelMigrate...

1011 B

title description image
messageActionChannelMigrateFrom Indicates the channel was [migrated](https://core.telegram.org/api/channel) from the specified chat https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageActionChannelMigrateFrom

Back to constructors index

Indicates the channel was migrated from the specified chat

Attributes:

Name Type Required Description
title string Yes The old chat tite
chat_id int Yes The old chat ID

Type: MessageAction

Example:

$messageActionChannelMigrateFrom = ['_' => 'messageActionChannelMigrateFrom', 'title' => 'string', 'chat_id' => int];

Or, if you're into Lua:

messageActionChannelMigrateFrom={_='messageActionChannelMigrateFrom', title='string', chat_id=int}