MadelineProtoDocs/docs/API_docs/constructors/messageActionChatMigrateTo.md
2019-12-27 17:48:04 +01:00

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}