java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.UserLink
- Enclosing class:
- TdApi
Contains an HTTPS URL, which can be
used to get information about a user.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Left time for which the link is valid, in seconds; 0 if the link is a public username link.The URL. -
Constructor Summary
ConstructorDescriptionUserLink()
Contains an HTTPS URL, which can be used to get information about a user.Contains an HTTPS URL, which can be used to get information about a user.Contains an HTTPS URL, which can be used to get information about a user. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
url
The URL. -
expiresIn
public int expiresInLeft time for which the link is valid, in seconds; 0 if the link is a public username link. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UserLink
public UserLink()Contains an HTTPS URL, which can be used to get information about a user. -
UserLink
Contains an HTTPS URL, which can be used to get information about a user.- Parameters:
url
- String The URL.expiresIn
- int Left time for which the link is valid, in seconds; 0 if the link is a public username link.
-
UserLink
Contains an HTTPS URL, which can be used to get information about a user.- 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()
-