public static class TdApi.AuthenticationCodeTypeFragment extends TdApi.AuthenticationCodeType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
length
Length of the code.
|
java.lang.String |
url
URL to open to receive the code.
|
| Constructor and Description |
|---|
AuthenticationCodeTypeFragment()
A digit-only authentication code is delivered to https://fragment.com.
|
AuthenticationCodeTypeFragment(java.lang.String url,
int length)
A digit-only authentication code is delivered to https://fragment.com.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String url
public int length
public static final int CONSTRUCTOR
public AuthenticationCodeTypeFragment()
public AuthenticationCodeTypeFragment(java.lang.String url,
int length)
url - URL to open to receive the code.length - Length of the code.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object