Raw.messages.MigrateChat

Raw.messages.MigrateChat

Turn a basic group into a supergroup

messages.migrateChat#a2875319 chat_id:long = Updates;
export namespace Raw {
  export namespace messages {
    export class MigrateChat {
      constructor(params: { chatId: bigint }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xa2875319

Property

  • chatId : bigint

    Basic group to migrate

Results

Raw.TypeUpdates