Raw.auth.ExportAuthorization
Returns data for copying authorization to another data-center.
auth.exportAuthorization#e5bfffcd dc_id:int = auth.ExportedAuthorization;export namespace Raw {
export namespace auth {
export class ExportAuthorization {
constructor(params: { dcId: number }) {}
}
}
}This is a function constructor, you can use it as method when call invoke
Layer: 201
Constructor ID: 0xe5bfffcd
Property
dcId: numberNumber of a target data-center
Results
Raw.auth.TypeExportedAuthorization