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