Package org.drinkless.tdlib
Class TdApi.AuthenticationCodeTypeSmsWord
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.AuthenticationCodeType
org.drinkless.tdlib.TdApi.AuthenticationCodeTypeSmsWord
- Enclosing class:
- TdApi
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The first letters of the word if known. -
Constructor Summary
ConstructorsConstructorDescriptionAn 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(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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
firstLetter
The first letters of the word if known. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AuthenticationCodeTypeSmsWord
public 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
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.- Parameters:
firstLetter- The first letters of the word if known.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-