Interface PassportElementUtilityBill

A Telegram Passport element containing the user's utility bill. Subtype of PassportElement.

interface PassportElementUtilityBill {
    @type: "passportElementUtilityBill";
    utility_bill: PersonalDocument;
}

Properties

Properties

@type: "passportElementUtilityBill"
utility_bill: PersonalDocument

Utility bill.