Layer 220
constructor
messageActionChannelMigrateFrom#ea3948e9 title:string chat_id:long = MessageAction;

Parameters

Name Type Description
Title string The old chat title
ChatId long The old chat ID

Returns

MessageAction

Gogram Example

// Creating MessageActionChannelMigrateFrom constructor
obj := &tg.MessageActionChannelMigrateFrom{
    Title: "...",
    ChatId: int64(0),
}