java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AuthenticationCodeType
it.tdlight.jni.TdApi.AuthenticationCodeTypeTelegramMessage
- Enclosing class:
- TdApi
public static final class TdApi.AuthenticationCodeTypeTelegramMessage
extends TdApi.AuthenticationCodeType
An authentication code is delivered
via a private Telegram message, which
can be viewed from another active session.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAn authentication code is delivered via a private Telegram message, which can be viewed from another active session.AuthenticationCodeTypeTelegramMessage
(int length) An authentication code is delivered via a private Telegram message, which can be viewed from another active session.An authentication code is delivered via a private Telegram message, which can be viewed from another active session. -
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
-
AuthenticationCodeTypeTelegramMessage
public AuthenticationCodeTypeTelegramMessage()An authentication code is delivered via a private Telegram message, which can be viewed from another active session. -
AuthenticationCodeTypeTelegramMessage
public AuthenticationCodeTypeTelegramMessage(int length) An authentication code is delivered via a private Telegram message, which can be viewed from another active session.- Parameters:
length
- int Length of the code.
-
AuthenticationCodeTypeTelegramMessage
An authentication code is delivered via a private Telegram message, which can be viewed from another active session.- 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()
-