java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AuthenticationCodeType
it.tdlight.jni.TdApi.AuthenticationCodeTypeSms
- Enclosing class:
- TdApi
An authentication code is delivered
via an SMS message to the specified
phone number; applications may not
receive this type of code.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAn authentication code is delivered via an SMS message to the specified phone number; applications may not receive this type of code.AuthenticationCodeTypeSms
(int length) An authentication code is delivered via an SMS message to the specified phone number; applications may not receive this type of code.An authentication code is delivered via an SMS message to the specified phone number; applications may not receive this type of code. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
length
public int lengthLength of the code. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AuthenticationCodeTypeSms
public AuthenticationCodeTypeSms()An authentication code is delivered via an SMS message to the specified phone number; applications may not receive this type of code. -
AuthenticationCodeTypeSms
public AuthenticationCodeTypeSms(int length) An authentication code is delivered via an SMS message to the specified phone number; applications may not receive this type of code.- Parameters:
length
- int Length of the code.
-
AuthenticationCodeTypeSms
An authentication code is delivered via an SMS message to the specified phone number; applications may not receive this type of code.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-