MessageActionChannelMigrateFrom

class pyrogram.raw.types.MessageActionChannelMigrateFrom

Indicates the channel was migrated from the specified chat

Constructor of MessageAction.

Details:
  • Layer: 223

  • ID: EA3948E9

Parameters:
  • title (str) – The old chat title

  • chat_id (int 64-bit) – The old chat ID

TL Schema

messageActionChannelMigrateFrom#ea3948e9
title:string
chat_id:long

= MessageAction

Parameter Tree

MessageActionChannelMigrateFrom
├── titlestring
└── chat_idlong

Example

MessageActionChannelMigrateFrom(
    title="text",
    chat_id=0,
)