java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AuthenticationCodeType
it.tdlight.jni.TdApi.AuthenticationCodeTypeMissedCall
- Enclosing class:
- TdApi
public static final class TdApi.AuthenticationCodeTypeMissedCall
extends TdApi.AuthenticationCodeType
An authentication code is delivered
by an immediately canceled call to
the specified phone number. The last
digits of the phone number that calls
are the code that must be entered
manually by the user.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Number of digits in the code, excluding the prefix.Prefix of the phone number from which the call will be made. -
Constructor Summary
ConstructorDescriptionAn authentication code is delivered by an immediately canceled call to the specified phone number.An authentication code is delivered by an immediately canceled call to the specified phone number.AuthenticationCodeTypeMissedCall
(String phoneNumberPrefix, int length) An authentication code is delivered by an immediately canceled call to the specified phone number. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
phoneNumberPrefix
Prefix of the phone number from which the call will be made. -
length
public int lengthNumber of digits in the code, excluding the prefix. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AuthenticationCodeTypeMissedCall
public AuthenticationCodeTypeMissedCall()An authentication code is delivered by an immediately canceled call to the specified phone number. The last digits of the phone number that calls are the code that must be entered manually by the user. -
AuthenticationCodeTypeMissedCall
An authentication code is delivered by an immediately canceled call to the specified phone number. The last digits of the phone number that calls are the code that must be entered manually by the user.- Parameters:
phoneNumberPrefix
- String Prefix of the phone number from which the call will be made.length
- int Number of digits in the code, excluding the prefix.
-
AuthenticationCodeTypeMissedCall
An authentication code is delivered by an immediately canceled call to the specified phone number. The last digits of the phone number that calls are the code that must be entered manually by the user.- 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()
-