public static class TdApi.AuthenticationCodeTypeMissedCall extends TdApi.AuthenticationCodeType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
length
Number of digits in the code, excluding the prefix.
|
java.lang.String |
phoneNumberPrefix
Prefix of the phone number from which the call will be made.
|
| Constructor and Description |
|---|
AuthenticationCodeTypeMissedCall()
An authentication code is delivered by an immediately canceled call to the specified phone number.
|
AuthenticationCodeTypeMissedCall(java.lang.String phoneNumberPrefix,
int length)
An authentication code is delivered by an immediately canceled call to the specified phone number.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String phoneNumberPrefix
public int length
public static final int CONSTRUCTOR
public AuthenticationCodeTypeMissedCall()
public AuthenticationCodeTypeMissedCall(java.lang.String phoneNumberPrefix,
int length)
phoneNumberPrefix - Prefix of the phone number from which the call will be made.length - Number of digits in the code, excluding the prefix.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object