public static class TdApi.AuthenticationCodeTypeFlashCall extends TdApi.AuthenticationCodeType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
pattern
Pattern of the phone number from which the call will be made.
|
| Constructor and Description |
|---|
AuthenticationCodeTypeFlashCall()
An authentication code is delivered by an immediately canceled call to the specified phone number.
|
AuthenticationCodeTypeFlashCall(java.lang.String pattern)
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 pattern
public static final int CONSTRUCTOR
public AuthenticationCodeTypeFlashCall()
public AuthenticationCodeTypeFlashCall(java.lang.String pattern)
pattern - Pattern of the phone number from which the call will be made.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object