Package it.tdlight.jni
Class TdApi.LoginUrlInfoRequestConfirmation
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.LoginUrlInfo
it.tdlight.jni.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 long
botUserId
User identifier of a bot linked with the website.static int
CONSTRUCTOR
String
domain
A domain of the URL.boolean
requestWriteAccess
True, if the user needs to be requested to give the permission to the bot to send them messages.String
url
An HTTP URL to be opened. -
Constructor Summary
Constructors Constructor Description LoginUrlInfoRequestConfirmation()
An authorization confirmation dialog needs to be shown to the user.LoginUrlInfoRequestConfirmation(DataInput input)
LoginUrlInfoRequestConfirmation(String url, String domain, long botUserId, boolean requestWriteAccess)
An authorization confirmation dialog needs to be shown to the user. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
url
An HTTP URL to be opened. -
domain
A domain of the URL. -
botUserId
public long botUserIdUser identifier of a bot linked with the website. -
requestWriteAccess
public boolean requestWriteAccessTrue, if the user needs to be requested to give the permission to the bot to send them messages. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
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
- String An HTTP URL to be opened.domain
- String A domain of the URL.botUserId
- long User identifier of a bot linked with the website.requestWriteAccess
- boolean True, if the user needs to be requested to give the permission to the bot to send them messages.
-
LoginUrlInfoRequestConfirmation
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-