Interface PassportElementDriverLicense

A Telegram Passport element containing the user's driver license. Subtype of PassportElement.

interface PassportElementDriverLicense {
    @type: "passportElementDriverLicense";
    driver_license: IdentityDocument;
}

Properties

@type: "passportElementDriverLicense"
driver_license: IdentityDocument

Driver license.