Sha256: 2140e45730e7a8e566f5e44bc48dbf9d91bd6926c963af0176463e13d10b2387

Contents?: true

Size: 351 Bytes

Versions: 6

Compression:

Stored size: 351 Bytes

Contents

module TD::Types
  # Provides information about the method by which an authentication code is delivered to the user.
  class AuthenticationCodeType < Base
    %w[
      telegram_message
      sms
      call
      flash_call
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/authentication_code_type/#{type}"
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/authentication_code_type.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/authentication_code_type.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/authentication_code_type.rb
tdlib-ruby-2.2.0 lib/tdlib/types/authentication_code_type.rb
tdlib-ruby-2.1.0 lib/tdlib/types/authentication_code_type.rb
tdlib-ruby-2.0.0 lib/tdlib/types/authentication_code_type.rb