java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypePhoneNumberConfirmation
- Enclosing class:
- TdApi
public static final class TdApi.InternalLinkTypePhoneNumberConfirmation
extends TdApi.InternalLinkType
The link can be used to confirm
ownership of a phone number to prevent
account deletion. Call
sendPhoneNumberConfirmationCode with
the given hash and phone number to
process the link.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Hash value from the link.Phone number value from the link. -
Constructor Summary
ConstructorDescriptionThe link can be used to confirm ownership of a phone number to prevent account deletion.The link can be used to confirm ownership of a phone number to prevent account deletion.InternalLinkTypePhoneNumberConfirmation
(String hash, String phoneNumber) The link can be used to confirm ownership of a phone number to prevent account deletion. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
hash
Hash value from the link. -
phoneNumber
Phone number value from the link. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InternalLinkTypePhoneNumberConfirmation
public InternalLinkTypePhoneNumberConfirmation()The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberConfirmationCode with the given hash and phone number to process the link. -
InternalLinkTypePhoneNumberConfirmation
The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberConfirmationCode with the given hash and phone number to process the link.- Parameters:
hash
- String Hash value from the link.phoneNumber
- String Phone number value from the link.
-
InternalLinkTypePhoneNumberConfirmation
The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberConfirmationCode with the given hash and 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()
-