public static class TdApi.AuthenticationCodeTypeSmsWord extends TdApi.AuthenticationCodeType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
firstLetter
The first letters of the word if known.
|
| Constructor and Description |
|---|
AuthenticationCodeTypeSmsWord()
An authentication code is a word delivered via an SMS message to the specified phone number; non-official applications may not receive this type of code.
|
AuthenticationCodeTypeSmsWord(java.lang.String firstLetter)
An authentication code is a word 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 firstLetter
public static final int CONSTRUCTOR
public AuthenticationCodeTypeSmsWord()
public AuthenticationCodeTypeSmsWord(java.lang.String firstLetter)
firstLetter - The first letters of the word if known.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object