public static class TdApi.AuthenticationCodeTypeTelegramMessage extends TdApi.AuthenticationCodeType
TdApi.AuthenticationCodeType.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
length
Length of the code.
|
Constructor and Description |
---|
AuthenticationCodeTypeTelegramMessage()
An 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int length
public static final int CONSTRUCTOR
public AuthenticationCodeTypeTelegramMessage()
public AuthenticationCodeTypeTelegramMessage(int length)
length
- Length of the code.public int getConstructor()
getConstructor
in class TdApi.AuthenticationCodeType