Interface InputPassportElementErrorSourceUnspecified

Contains the description of an error in a Telegram Passport element; for bots only. Subtype of InputPassportElementErrorSource.

interface InputPassportElementErrorSourceUnspecified {
    @type: "inputPassportElementErrorSourceUnspecified";
    element_hash: string;
}

Properties

Properties

@type: "inputPassportElementErrorSourceUnspecified"
element_hash: string

Current hash of the entire element.