Package org.drinkless.tdlib
Class TdApi.EditProxy
- Enclosing class:
- TdApi
Edits an existing proxy server for network requests. Can be called before authorization.
Returns Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanPass true to immediately enable the proxy.intProxy server port.intProxy identifier.Proxy server domain or IP address.Proxy type. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which edits an existing proxy server for network requests.EditProxy(int proxyId, String server, int port, boolean enable, TdApi.ProxyType type) Creates a function, which edits an existing proxy server for network requests. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
proxyId
public int proxyIdProxy identifier. -
server
Proxy server domain or IP address. -
port
public int portProxy server port. -
enable
public boolean enablePass true to immediately enable the proxy. -
type
Proxy type. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
EditProxy
public EditProxy()Default constructor for a function, which edits an existing proxy server for network requests. Can be called before authorization.Returns
Proxy -
EditProxy
Creates a function, which edits an existing proxy server for network requests. Can be called before authorization.Returns
Proxy- Parameters:
proxyId- Proxy identifier.server- Proxy server domain or IP address.port- Proxy server port.enable- Pass true to immediately enable the proxy.type- Proxy type.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-