Package org.drinkless.tdlib
Class TdApi.AuthenticationCodeTypeSms
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.AuthenticationCodeType
-
- org.drinkless.tdlib.TdApi.AuthenticationCodeTypeSms
-
- Enclosing class:
- TdApi
public static class TdApi.AuthenticationCodeTypeSms extends TdApi.AuthenticationCodeType
An authentication code is delivered via an SMS message to the specified phone number.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intlengthLength of the code.
-
Constructor Summary
Constructors Constructor Description AuthenticationCodeTypeSms()An authentication code is delivered via an SMS message to the specified phone number.AuthenticationCodeTypeSms(int length)An authentication code is delivered via an SMS message to the specified phone number.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
length
public int length
Length of the code.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AuthenticationCodeTypeSms
public AuthenticationCodeTypeSms()
An authentication code is delivered via an SMS message to the specified phone number.
-
AuthenticationCodeTypeSms
public AuthenticationCodeTypeSms(int length)
An authentication code is delivered via an SMS message to the specified phone number.- Parameters:
length- Length of the code.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-