Link Search Menu Expand Document

Constructor: messageActionChannelMigrateFrom

Back to constructors index

Indicates the channel was migrated from the specified chat

Attributes:

NameTypeRequiredDescription
titlestringYesThe old chat title
chat_idlongYesThe old chat ID

Type: MessageAction

Example:

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