Class: TD::Types::PassportElement::EmailAddress

Inherits:
TD::Types::PassportElement show all
Defined in:
lib/tdlib/types/passport_element/email_address.rb

Overview

A Telegram Passport element containing the user's email address.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#email_addressString

Email address.

Returns:

  • (String)

    the current value of email_address



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

def email_address
  @email_address
end