Class: TD::Types::ProxyType::Mtproto

Inherits:
TD::Types::ProxyType show all
Defined in:
lib/tdlib/types/proxy_type/mtproto.rb

Overview

An MTProto proxy server.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#secretTD::Types::String

The proxy’s secret in hexadecimal encoding.

Returns:

  • (TD::Types::String)

    the current value of secret



5
6
7
# File 'lib/tdlib/types/proxy_type/mtproto.rb', line 5

def secret
  @secret
end