Sha256: 44e28cd4a54dec8d73054f753087a02ab95bfcf7400bf581cd20ce5ca42a18e1

Contents?: true

Size: 427 Bytes

Versions: 4

Compression:

Stored size: 427 Bytes

Contents

module TD::Types
  # Information about the email address authentication code that was sent.
  #
  # @attr email_address_pattern [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::Integer
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/email_address_authentication_code_info.rb
tdlib-ruby-2.2.0 lib/tdlib/types/email_address_authentication_code_info.rb
tdlib-ruby-2.1.0 lib/tdlib/types/email_address_authentication_code_info.rb
tdlib-ruby-2.0.0 lib/tdlib/types/email_address_authentication_code_info.rb