Class: TD::Types::EmailAddressAuthenticationCodeInfo

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#email_address_patternTD::Types::String

Pattern of the email address to which an authentication code was sent.

Returns:

  • (TD::Types::String)

    the current value of email_address_pattern



7
8
9
# File 'lib/tdlib/types/email_address_authentication_code_info.rb', line 7

def email_address_pattern
  @email_address_pattern
end

#lengthInteger

Length of the code; 0 if unknown.

Returns:

  • (Integer)

    the current value of length



7
8
9
# File 'lib/tdlib/types/email_address_authentication_code_info.rb', line 7

def length
  @length
end