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_patternString

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

Returns:

  • (String)

    the current value of email_address_pattern



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

def email_address_pattern
  @email_address_pattern
end

#lengthInteger

Length of the code; 0 if unknown.

Returns:

  • (Integer)

    the current value of length



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

def length
  @length
end