java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeUserPhoneNumber
- Enclosing class:
- TdApi
The link is a link to a user by its
phone number. Call searchUserByPhoneNumber
with the given phone number to process the link.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Phone number of the user. -
Constructor Summary
ConstructorDescriptionThe link is a link to a user by its phone number.The link is a link to a user by its phone number.InternalLinkTypeUserPhoneNumber
(String phoneNumber) The link is a link to a user by its phone number. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
phoneNumber
Phone number of the user. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InternalLinkTypeUserPhoneNumber
public InternalLinkTypeUserPhoneNumber()The link is a link to a user by its phone number. Call searchUserByPhoneNumber with the given phone number to process the link. -
InternalLinkTypeUserPhoneNumber
The link is a link to a user by its phone number. Call searchUserByPhoneNumber with the given phone number to process the link.- Parameters:
phoneNumber
- String Phone number of the user.
-
InternalLinkTypeUserPhoneNumber
The link is a link to a user by its phone number. Call searchUserByPhoneNumber with the given phone number 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()
-