Package org.drinkless.tdlib
Class TdApi.Proxies
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Proxies
-
- Enclosing class:
- TdApi
public static class TdApi.Proxies extends TdApi.Object
Represents a list of proxy servers.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.Proxy[]proxiesList of proxy servers.
-
Constructor Summary
Constructors Constructor Description Proxies()Represents a list of proxy servers.Proxies(TdApi.Proxy[] proxies)Represents a list of proxy servers.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
proxies
public TdApi.Proxy[] proxies
List of proxy servers.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Proxies
public Proxies()
Represents a list of proxy servers.
-
Proxies
public Proxies(TdApi.Proxy[] proxies)
Represents a list of proxy servers.- Parameters:
proxies- List of proxy servers.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-