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

905 B

title description nav_exclude image
messageActionChannelMigrateFrom Indicates the channel was migrated from the specified chat true 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 title
chat_id long Yes The old chat ID

Type: MessageAction

Example:

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