MadelineProtoDocs/old_docs/API_docs_v14/constructors/messageActionChatMigrateTo.md

912 B

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

Constructor: messageActionChatMigrateTo

Back to constructors index

Indicates the chat was migrated to the specified supergroup

Attributes:

Name Type Required Description
channel_id int Yes The supergroup it was migrated to

Type: MessageAction

Example:

$messageActionChatMigrateTo = ['_' => 'messageActionChatMigrateTo', 'channel_id' => int];

Or, if you're into Lua:

messageActionChatMigrateTo={_='messageActionChatMigrateTo', channel_id=int}