Package org.drinkless.tdlib
Class TdApi.EditProxy
- Enclosing class:
TdApi
Edits an existing proxy server for network requests. Can be called before authorization.
Returns AddedProxy
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionNew comment for the proxy.static final intIdentifier uniquely determining type of the object.booleanPass true to immediately enable the proxy.The new information about the proxy.intProxy identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which edits an existing proxy server for network requests.EditProxy(int proxyId, TdApi.Proxy proxy, boolean enable, String comment) 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. -
proxy
The new information about the proxy. -
enable
public boolean enablePass true to immediately enable the proxy. -
comment
New comment for the proxy. -
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
AddedProxy -
EditProxy
Creates a function, which edits an existing proxy server for network requests. Can be called before authorization.Returns
AddedProxy- Parameters:
proxyId- Proxy identifier.proxy- The new information about the proxy.enable- Pass true to immediately enable the proxy.comment- New comment for the proxy.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.AddedProxy>- Returns:
- this.CONSTRUCTOR
-