public static class TdApi.AuthenticationCodeTypeSmsPhrase extends TdApi.AuthenticationCodeType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
firstWord
The first word of the phrase if known.
|
| Constructor and Description |
|---|
AuthenticationCodeTypeSmsPhrase()
An authentication code is a phrase from multiple words delivered via an SMS message to the specified phone number; non-official applications may not receive this type of code.
|
AuthenticationCodeTypeSmsPhrase(java.lang.String firstWord)
An authentication code is a phrase from multiple words delivered via an SMS message to the specified phone number; non-official applications may not receive this type of code.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String firstWord
public static final int CONSTRUCTOR
public AuthenticationCodeTypeSmsPhrase()
public AuthenticationCodeTypeSmsPhrase(java.lang.String firstWord)
firstWord - The first word of the phrase if known.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object