Package org.drinkless.tdlib
Class TdApi.LoginUrlInfoRequestConfirmation
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.LoginUrlInfo
-
- org.drinkless.tdlib.TdApi.LoginUrlInfoRequestConfirmation
-
- Enclosing class:
- TdApi
public static class TdApi.LoginUrlInfoRequestConfirmation extends TdApi.LoginUrlInfo
An authorization confirmation dialog needs to be shown to the user.
-
-
Field Summary
Fields Modifier and Type Field Description longbotUserIdUser identifier of a bot linked with the website.static intCONSTRUCTORIdentifier uniquely determining type of the object.StringdomainA domain of the URL.booleanrequestWriteAccessTrue, if the user needs to be requested to give the permission to the bot to send them messages.StringurlAn HTTP URL to be opened.
-
Constructor Summary
Constructors Constructor Description LoginUrlInfoRequestConfirmation()An authorization confirmation dialog needs to be shown to the user.LoginUrlInfoRequestConfirmation(String url, String domain, long botUserId, boolean requestWriteAccess)An authorization confirmation dialog needs to be shown to the user.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
url
public String url
An HTTP URL to be opened.
-
domain
public String domain
A domain of the URL.
-
botUserId
public long botUserId
User identifier of a bot linked with the website.
-
requestWriteAccess
public boolean requestWriteAccess
True, if the user needs to be requested to give the permission to the bot to send them messages.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LoginUrlInfoRequestConfirmation
public LoginUrlInfoRequestConfirmation()
An authorization confirmation dialog needs to be shown to the user.
-
LoginUrlInfoRequestConfirmation
public LoginUrlInfoRequestConfirmation(String url, String domain, long botUserId, boolean requestWriteAccess)
An authorization confirmation dialog needs to be shown to the user.- Parameters:
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 needs to be requested to give the permission to the bot to send them messages.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-