Layer 220
MessageActionChannelMigrateFrom
Indicates the channel was migrated from the specified chat
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
MessageActionGogram Example
// Creating MessageActionChannelMigrateFrom constructor obj := &tg.MessageActionChannelMigrateFrom{ Title: "...", ChatId: int64(0), }