Interface SetPassportElementErrors

Informs the user that some of the elements in their Telegram Passport contain errors; for bots only. The user will not be able to resend the elements, until the errors are fixed. Request type for Tdjson#setPassportElementErrors.

interface SetPassportElementErrors {
    @type: "setPassportElementErrors";
    errors: InputPassportElementError[];
    user_id: number;
}

Properties

Properties

@type: "setPassportElementErrors"

The errors.

user_id: number

User identifier.