Raw.auth.LoginTokenMigrateTo

Raw.auth.LoginTokenMigrateTo

Repeat the query to the specified dc

auth.loginTokenMigrateTo#68e9916 dc_id:int token:bytes = auth.LoginToken;
export namespace Raw {
  export namespace auth {
    export class LoginTokenMigrateTo {
      constructor(params: { dcId: number; token: Buffer }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0x68e9916

Property