Class: TD::Types::InputPassportElement::UtilityBill
- Inherits:
-
TD::Types::InputPassportElement
- Object
- Dry::Struct
- Base
- TD::Types::InputPassportElement
- TD::Types::InputPassportElement::UtilityBill
- Defined in:
- lib/tdlib/types/input_passport_element/utility_bill.rb
Overview
A Telegram Passport element to be saved containing the user’s utility bill.
Instance Attribute Summary collapse
-
#utility_bill ⇒ TD::Types::InputPersonalDocument
The utility bill to be saved.
Method Summary
Methods inherited from Base
Instance Attribute Details
#utility_bill ⇒ TD::Types::InputPersonalDocument
The utility bill to be saved.
5 6 7 |
# File 'lib/tdlib/types/input_passport_element/utility_bill.rb', line 5 def utility_bill @utility_bill end |