Raw.account.PasswordInputSettings
Settings for setting up a new password
account.passwordInputSettings#c23727c9 flags:# new_algo:flags.0?PasswordKdfAlgo new_password_hash:flags.0?bytes hint:flags.0?string email:flags.1?string new_secure_settings:flags.2?SecureSecretSettings = account.PasswordInputSettings;
export namespace Raw {
export namespace account {
export class PasswordInputSettings {
constructor(params: {
newAlgo?: Raw.TypePasswordKdfAlgo;
newPasswordHash?: Buffer;
hint?: string;
email?: string;
newSecureSettings?: Raw.TypeSecureSecretSettings;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xc23727c9
Property
newAlgo
: Raw.TypePasswordKdfAlgo or undefinedThe srp algorithm to use
newPasswordHash
: Buffer or undefinedThe computed password hash
hint
: string or undefinedText hint for the password
email
: string or undefinedPassword recovery email
newSecureSettings
: Raw.TypeSecureSecretSettings or undefinedTelegram passport settings