Package org.drinkless.tdlib
Class TdApi.AuthenticationCodeTypeCall
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.AuthenticationCodeType
-
- org.drinkless.tdlib.TdApi.AuthenticationCodeTypeCall
-
- Enclosing class:
- TdApi
public static class TdApi.AuthenticationCodeTypeCall extends TdApi.AuthenticationCodeType
An authentication code is delivered via a phone call 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 AuthenticationCodeTypeCall()An authentication code is delivered via a phone call to the specified phone number.AuthenticationCodeTypeCall(int length)An authentication code is delivered via a phone call 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
-
AuthenticationCodeTypeCall
public AuthenticationCodeTypeCall()
An authentication code is delivered via a phone call to the specified phone number.
-
AuthenticationCodeTypeCall
public AuthenticationCodeTypeCall(int length)
An authentication code is delivered via a phone call 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
-
-