mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
819 B
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
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];