Class: TD::Types::RecoveryEmailAddress

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/recovery_email_address.rb

Overview

Contains information about the current recovery email address.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#recovery_email_addressString

Recovery email address.

Returns:

  • (String)

    the current value of recovery_email_address



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

def recovery_email_address
  @recovery_email_address
end