Interface InputPassportElementErrorSourceSelfie

The selfie contains an error. The error is considered resolved when the file with the selfie changes. Subtype of InputPassportElementErrorSource.

interface InputPassportElementErrorSourceSelfie {
    @type: "inputPassportElementErrorSourceSelfie";
    file_hash: string;
}

Properties

Properties

@type: "inputPassportElementErrorSourceSelfie"
file_hash: string

Current hash of the file containing the selfie.