public static class TdApi.InternalLinkTypePhoneNumberConfirmation extends TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.InternalLinkType