java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.LoginUrlInfo
it.tdlight.jni.TdApi.LoginUrlInfoRequestConfirmation
- Enclosing class:
- TdApi
An authorization confirmation dialog needs to be shown to the user.
-
Field Summary
Modifier and TypeFieldDescriptionlong
User identifier of a bot linked with the website.static final int
Identifier uniquely determining type of the object.A domain of the URL.boolean
True, if the user must be asked for the permission to the bot to send them messages.An HTTP URL to be opened. -
Constructor Summary
ConstructorDescriptionAn authorization confirmation dialog needs to be shown to the user.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
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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 must be asked for the permission to the bot to send them messages. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
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
- 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.
-
LoginUrlInfoRequestConfirmation
An authorization confirmation dialog needs to be shown to the user.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-