public static class TdApi.LoginUrlInfoRequestConfirmation extends TdApi.LoginUrlInfo
| Modifier and Type | Field and Description |
|---|---|
long |
botUserId
User identifier of a bot linked with the website.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
domain
A domain of the URL.
|
boolean |
requestWriteAccess
True, if the user must be asked for the permission to the bot to send them messages.
|
java.lang.String |
url
An HTTP URL to be opened.
|
| Constructor and Description |
|---|
LoginUrlInfoRequestConfirmation()
An authorization confirmation dialog needs to be shown to the user.
|
LoginUrlInfoRequestConfirmation(java.lang.String url,
java.lang.String domain,
long botUserId,
boolean requestWriteAccess)
An authorization confirmation dialog needs to be shown to the user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String url
public java.lang.String domain
public long botUserId
public boolean requestWriteAccess
public static final int CONSTRUCTOR
public LoginUrlInfoRequestConfirmation()
public LoginUrlInfoRequestConfirmation(java.lang.String url,
java.lang.String domain,
long botUserId,
boolean requestWriteAccess)
url - An HTTP URL to be opened.domain - A domain of the URL.botUserId - User identifier of a bot linked with the website.requestWriteAccess - True, if the user must be asked for the permission to the bot to send them messages.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object