Sha256: 2c34d66febbdfb4ddb9c3db2f53d1d6823723e2f58a47e36f05d3a61b13163f5
Contents?: true
Size: 221 Bytes
Versions: 3
Compression:
Stored size: 221 Bytes
Contents
module TD::Types # An MTProto proxy server. # # @attr secret [TD::Types::String] The proxy's secret in hexadecimal encoding. class ProxyType::Mtproto < ProxyType attribute :secret, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.4 | lib/tdlib/types/proxy_type/mtproto.rb |
tdlib-schema-1.7.0.3 | lib/tdlib/types/proxy_type/mtproto.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/proxy_type/mtproto.rb |