Raw.InputSecureValue

Raw.InputSecureValue

Secure value, for more info see the passport docs

inputSecureValue#db21d0a7 flags:# type:SecureValueType data:flags.0?SecureData front_side:flags.1?InputSecureFile reverse_side:flags.2?InputSecureFile selfie:flags.3?InputSecureFile translation:flags.6?Vector<InputSecureFile> files:flags.4?Vector<InputSecureFile> plain_data:flags.5?SecurePlainData = InputSecureValue;
export namespace Raw {
  export class InputSecureValue {
    constructor(params: {
      type: Raw.TypeSecureValueType;
      data?: Raw.TypeSecureData;
      frontSide?: Raw.TypeInputSecureFile;
      reverseSide?: Raw.TypeInputSecureFile;
      selfie?: Raw.TypeInputSecureFile;
      translation?: Array<Raw.TypeInputSecureFile>;
      files?: Array<Raw.TypeInputSecureFile>;
      plainData?: Raw.TypeSecurePlainData;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xdb21d0a7

Property