public static class TdApi.PhoneNumberCodeTypeConfirmOwnership extends TdApi.PhoneNumberCodeType
| 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.
|
| Constructor and Description |
|---|
PhoneNumberCodeTypeConfirmOwnership()
Confirms ownership of a phone number to prevent account deletion while handling links of the type internalLinkTypePhoneNumberConfirmation.
|
PhoneNumberCodeTypeConfirmOwnership(java.lang.String hash)
Confirms ownership of a phone number to prevent account deletion while handling links of the type internalLinkTypePhoneNumberConfirmation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String hash
public static final int CONSTRUCTOR
public PhoneNumberCodeTypeConfirmOwnership()
public PhoneNumberCodeTypeConfirmOwnership(java.lang.String hash)
hash - Hash value from the link.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object