Class: TD::Types::InputPassportElement::EmailAddress

Inherits:
TD::Types::InputPassportElement show all
Defined in:
lib/tdlib/types/input_passport_element/email_address.rb

Overview

A Telegram Passport element to be saved containing the user’s email address.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#email_addressTD::Types::String

The email address to be saved.

Returns:

  • (TD::Types::String)

    the current value of email_address



5
6
7
# File 'lib/tdlib/types/input_passport_element/email_address.rb', line 5

def email_address
  @email_address
end