Sha256: 67a982f53286549bc4494ee34627ec0d3bda4356f8279810feb4aa9b3443dc82

Contents?: true

Size: 455 Bytes

Versions: 3

Compression:

Stored size: 455 Bytes

Contents

module TD::Types
  # Information about the email address authentication code that was sent.
  #
  # @attr email_address_pattern [TD::Types::String] Pattern of the email address to which an authentication code was
  #   sent.
  # @attr length [Integer] Length of the code; 0 if unknown.
  class EmailAddressAuthenticationCodeInfo < Base
    attribute :email_address_pattern, TD::Types::String
    attribute :length, TD::Types::Coercible::Integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/email_address_authentication_code_info.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/email_address_authentication_code_info.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/email_address_authentication_code_info.rb