Package it.tdlight.jni
Class TdApi.GetExternalLink
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetExternalLink
- Enclosing class:
- TdApi
public static class TdApi.GetExternalLink extends TdApi.Function
Returns an HTTP URL to open when user
clicks on a given HTTP link. This
method can be used to automatically
login user on a Telegram site.
Returns HttpUrl
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
link
The HTTP link. -
Constructor Summary
Constructors Constructor Description GetExternalLink()
Returns an HTTP URL to open when user clicks on a given HTTP link.GetExternalLink(DataInput input)
GetExternalLink(String link)
Returns an HTTP URL to open when user clicks on a given HTTP link. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
link
The HTTP link. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetExternalLink
public GetExternalLink()Returns an HTTP URL to open when user clicks on a given HTTP link. This method can be used to automatically login user on a Telegram site.Returns
HttpUrl
-
GetExternalLink
Returns an HTTP URL to open when user clicks on a given HTTP link. This method can be used to automatically login user on a Telegram site.Returns
HttpUrl
- Parameters:
link
- String The HTTP link.
-
GetExternalLink
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-