Interface InputPassportElementDriverLicense

A Telegram Passport element to be saved containing the user's driver license. Subtype of InputPassportElement.

interface InputPassportElementDriverLicense {
    @type: "inputPassportElementDriverLicense";
    driver_license: InputIdentityDocument;
}

Properties

@type: "inputPassportElementDriverLicense"
driver_license: InputIdentityDocument

The driver license to be saved.