public static class TdApi.LoginUrlInfoOpen extends TdApi.LoginUrlInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
skipConfirmation
True, if there is no need to show an ordinary open URL confirmation.
|
java.lang.String |
url
The URL to open.
|
| Constructor and Description |
|---|
LoginUrlInfoOpen()
An HTTP URL needs to be open.
|
LoginUrlInfoOpen(java.lang.String url,
boolean skipConfirmation)
An HTTP URL needs to be open.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String url
public boolean skipConfirmation
public static final int CONSTRUCTOR
public LoginUrlInfoOpen()
public LoginUrlInfoOpen(java.lang.String url,
boolean skipConfirmation)
url - The URL to open.skipConfirmation - True, if there is no need to show an ordinary open URL confirmation.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object