Raw.MessageActionChannelMigrateFrom

Raw.MessageActionChannelMigrateFrom

Indicates the channel was migrated from the specified chat

messageActionChannelMigrateFrom#ea3948e9 title:string chat_id:long = MessageAction;
export namespace Raw {
  export class MessageActionChannelMigrateFrom {
    constructor(params: { title: string; chatId: bigint }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xea3948e9

Property

  • title : string

    The old chat title

  • chatId : bigint

    The old chat id