Raw.account.PasswordSettings

Raw.account.PasswordSettings

Private info associated to the password info (recovery email, telegram passport info & so on)

account.passwordSettings#9a5c33e5 flags:# email:flags.0?string secure_settings:flags.1?SecureSecretSettings = account.PasswordSettings;
export namespace Raw {
  export namespace account {
    export class PasswordSettings {
      constructor(params: { email?: string; secureSettings?: Raw.TypeSecureSecretSettings }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0x9a5c33e5

Property