Raw.account.SaveSecureValue

Raw.account.SaveSecureValue

Securely save telegram passport document, for more info see the passport docs

account.saveSecureValue#899fe31d value:InputSecureValue secure_secret_id:long = SecureValue;
export namespace Raw {
  export namespace account {
    export class SaveSecureValue {
      constructor(params: { value: Raw.TypeInputSecureValue; secureSecretId: bigint }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x899fe31d

Property

  • value : Raw.TypeInputSecureValue

    Secure value, for more info see the passport docs

  • secureSecretId : bigint

    Passport secret hash, for more info see the passport docs

Results

Raw.TypeSecureValue