Class: TD::Types::Proxies

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/proxies.rb

Overview

Represents a list of proxy servers.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#proxiesArray<TD::Types::Proxy>

List of proxy servers.

Returns:



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

def proxies
  @proxies
end