Interface InputPassportElementErrorSourceFile

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

interface InputPassportElementErrorSourceFile {
    @type: "inputPassportElementErrorSourceFile";
    file_hash: string;
}

Properties

Properties

@type: "inputPassportElementErrorSourceFile"
file_hash: string

Current hash of the file which has the error.