public static class TdApi.InternalLinkTypePhoneNumberConfirmation extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
hash
Hash value from the link.
|
java.lang.String |
phoneNumber
Phone number value from the link.
|
| Constructor and Description |
|---|
InternalLinkTypePhoneNumberConfirmation()
The link can be used to confirm ownership of a phone number to prevent account deletion.
|
InternalLinkTypePhoneNumberConfirmation(java.lang.String hash,
java.lang.String phoneNumber)
The link can be used to confirm ownership of a phone number to prevent account deletion.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String hash
public java.lang.String phoneNumber
public static final int CONSTRUCTOR
public InternalLinkTypePhoneNumberConfirmation()
public InternalLinkTypePhoneNumberConfirmation(java.lang.String hash,
java.lang.String phoneNumber)
hash - Hash value from the link.phoneNumber - Phone number value from the link.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object