Sha256: 592971a616b7f013addf3e2edaa44344c2f7af245734e4f26653eea5b334f7d5

Contents?: true

Size: 243 Bytes

Versions: 3

Compression:

Stored size: 243 Bytes

Contents

module TD::Types
  # Describes the type of a proxy server.
  class ProxyType < Base
    %w[
      socks5
      http
      mtproto
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/proxy_type/#{type}"
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/proxy_type.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/proxy_type.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/proxy_type.rb