Class: TD::Types::EmailAddressAuthenticationCodeInfo
- Defined in:
- lib/tdlib/types/email_address_authentication_code_info.rb
Overview
Information about the email address authentication code that was sent.
Instance Attribute Summary collapse
-
#email_address_pattern ⇒ String
Pattern of the email address to which an authentication code was sent.
-
#length ⇒ Integer
Length of the code; 0 if unknown.
Method Summary
Methods inherited from Base
Instance Attribute Details
#email_address_pattern ⇒ String
Pattern of the email address to which an authentication code was sent.
6 7 8 |
# File 'lib/tdlib/types/email_address_authentication_code_info.rb', line 6 def email_address_pattern @email_address_pattern end |
#length ⇒ Integer
Length of the code; 0 if unknown.
6 7 8 |
# File 'lib/tdlib/types/email_address_authentication_code_info.rb', line 6 def length @length end |