Package org.drinkless.tdlib
Class TdApi.InternalLinkTypeProxy
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InternalLinkType
org.drinkless.tdlib.TdApi.InternalLinkTypeProxy
- Enclosing class:
TdApi
The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The proxy; may be null if the proxy is unsupported, in which case an alert can be shown to the user. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to a proxy.InternalLinkTypeProxy(TdApi.Proxy proxy) The link is a link to a proxy. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
proxy
The proxy; may be null if the proxy is unsupported, in which case an alert can be shown to the user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InternalLinkTypeProxy
public InternalLinkTypeProxy()The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy. -
InternalLinkTypeProxy
The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy.- Parameters:
proxy- The proxy; may be null if the proxy is unsupported, in which case an alert can be shown to the user.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.InternalLinkType- Returns:
- this.CONSTRUCTOR
-