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