Interface PassportElementsWithErrors

Contains information about a Telegram Passport elements and corresponding errors.

interface PassportElementsWithErrors {
    @type: "passportElementsWithErrors";
    elements: PassportElement[];
    errors: PassportElementError[];
}

Properties

Properties

@type: "passportElementsWithErrors"
elements: PassportElement[]

Telegram Passport elements.

Errors in the elements that are already available.