Layer 224
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: "Hello, World!",
    ChatId: int64(1234567890),
}