java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeUserToken
- Enclosing class:
- TdApi
The link is a link to a user by a
temporary token. Call searchUserByToken
with the given token to process the link.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionThe link is a link to a user by a temporary token.The link is a link to a user by a temporary token.InternalLinkTypeUserToken
(String token) The link is a link to a user by a temporary token. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
token
The token. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InternalLinkTypeUserToken
public InternalLinkTypeUserToken()The link is a link to a user by a temporary token. Call searchUserByToken with the given token to process the link. -
InternalLinkTypeUserToken
The link is a link to a user by a temporary token. Call searchUserByToken with the given token to process the link.- Parameters:
token
- String The token.
-
InternalLinkTypeUserToken
The link is a link to a user by a temporary token. Call searchUserByToken with the given token to process the link.- 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()
-