MessageActionChannelMigrateFrom
- class pyrogram.raw.types.MessageActionChannelMigrateFrom
Indicates the channel was migrated from the specified chat
Constructor of
MessageAction.- Details:
Layer:
223ID:
EA3948E9
- Parameters:
title (
str) – The old chat titlechat_id (
int64-bit) – The old chat ID
TL Schema
messageActionChannelMigrateFrom#ea3948e9
title:string
chat_id:long
= MessageAction
Parameter Tree
MessageActionChannelMigrateFrom
├── title →
string└── chat_id →
longExample
MessageActionChannelMigrateFrom(
title="text",
chat_id=0,
)