Class: TD::Types::Proxies
- Defined in:
- lib/tdlib/types/proxies.rb
Overview
Represents a list of proxy servers.
Instance Attribute Summary collapse
-
#proxies ⇒ Array<TD::Types::Proxy>
List of proxy servers.
Method Summary
Methods inherited from Base
Instance Attribute Details
#proxies ⇒ Array<TD::Types::Proxy>
List of proxy servers.
5 6 7 |
# File 'lib/tdlib/types/proxies.rb', line 5 def proxies @proxies end |