Class: TD::Types::ProxyType::Mtproto
- Inherits:
-
TD::Types::ProxyType
- Object
- Dry::Struct
- Base
- TD::Types::ProxyType
- TD::Types::ProxyType::Mtproto
- Defined in:
- lib/tdlib/types/proxy_type/mtproto.rb
Overview
An MTProto proxy server.
Instance Attribute Summary collapse
-
#secret ⇒ TD::Types::String
The proxy’s secret in hexadecimal encoding.
Method Summary
Methods inherited from Base
Instance Attribute Details
#secret ⇒ TD::Types::String
The proxy’s secret in hexadecimal encoding.
5 6 7 |
# File 'lib/tdlib/types/proxy_type/mtproto.rb', line 5 def secret @secret end |