Interface InputPassportElementErrorSourceDataField

A data field contains an error. The error is considered resolved when the field's value changes. Subtype of InputPassportElementErrorSource.

interface InputPassportElementErrorSourceDataField {
    @type: "inputPassportElementErrorSourceDataField";
    data_hash: string;
    field_name: string;
}

Properties

@type: "inputPassportElementErrorSourceDataField"
data_hash: string

Current data hash.

field_name: string

Field name.