MadelineProtoDocs/docs/API_docs/constructors/messageActionChatMigrateTo.md
2024-05-01 14:53:46 +02:00

819 B

title description nav_exclude image
messageActionChatMigrateTo Indicates the chat was migrated to the specified supergroup true 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 long Yes The supergroup it was migrated to

Type: MessageAction

Example:

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