Class: TD::Types::PassportElement::UtilityBill

Inherits:
TD::Types::PassportElement show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#utility_billTD::Types::PersonalDocument

Utility bill.

Returns:



5
6
7
# File 'lib/tdlib/types/passport_element/utility_bill.rb', line 5

def utility_bill
  @utility_bill
end