public static class TdApi.AuthenticationCodeTypeCall extends TdApi.AuthenticationCodeType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
length
Length of the code.
|
| Constructor and Description |
|---|
AuthenticationCodeTypeCall()
A digit-only authentication code is delivered via a phone call to the specified phone number.
|
AuthenticationCodeTypeCall(int length)
A digit-only authentication code is delivered via a phone call to the specified phone number.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int length
public static final int CONSTRUCTOR
public AuthenticationCodeTypeCall()
public AuthenticationCodeTypeCall(int length)
length - Length of the code.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object