Raw.account.UpdatePasswordSettings
Set a new 2fa password
account.updatePasswordSettings#a59b102f password:InputCheckPasswordSRP new_settings:account.PasswordInputSettings = Bool;
export namespace Raw {
export namespace account {
export class UpdatePasswordSettings {
constructor(params: {
password: Raw.TypeInputCheckPasswordSRP;
newSettings: Raw.account.TypePasswordInputSettings;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xa59b102f
Property
password
: Raw.TypeInputCheckPasswordSRPThe old password (see srp)
newSettings
: Raw.account.TypePasswordInputSettingsThe new password (see srp)