Interface InputPassportElementUtilityBill

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

interface InputPassportElementUtilityBill {
    @type: "inputPassportElementUtilityBill";
    utility_bill: InputPersonalDocument;
}

Properties

Properties

@type: "inputPassportElementUtilityBill"
utility_bill: InputPersonalDocument

The utility bill to be saved.