inputPassportElementUtilityBill property
A Telegram Passport element to be saved containing the user's utility bill
Implementation
InputPassportElementUtilityBill? get inputPassportElementUtilityBill {
if (this is InputPassportElementUtilityBill) {
return this as InputPassportElementUtilityBill;
}
return null;
}