- Enclosing class:
- TdApi
Returns an HTTP URL which can be used to automatically authorize the
user on a website after clicking an inline button of type
inlineKeyboardButtonTypeLoginUrl. Use the method getLoginUrlInfo to
find whether a prior user confirmation is needed. If an error is
returned, then the button must be handled as an ordinary URL button.
Returns HttpUrl
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Pass true to allow the bot to send messages to the current user.long
Button identifier.long
Chat identifier of the message with the button.static final int
Identifier uniquely determining type of the object.long
Message identifier of the message with the button. -
Constructor Summary
ConstructorDescriptionReturns an HTTP URL which can be used to automatically authorize the user on a website after clicking an inline button of type inlineKeyboardButtonTypeLoginUrl.GetLoginUrl
(long chatId, long messageId, long buttonId, boolean allowWriteAccess) Returns an HTTP URL which can be used to automatically authorize the user on a website after clicking an inline button of type inlineKeyboardButtonTypeLoginUrl.GetLoginUrl
(DataInput input) Returns an HTTP URL which can be used to automatically authorize the user on a website after clicking an inline button of type inlineKeyboardButtonTypeLoginUrl. -
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.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier of the message with the button. -
messageId
public long messageIdMessage identifier of the message with the button. -
buttonId
public long buttonIdButton identifier. -
allowWriteAccess
public boolean allowWriteAccessPass true to allow the bot to send messages to the current user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetLoginUrl
public GetLoginUrl()Returns an HTTP URL which can be used to automatically authorize the user on a website after clicking an inline button of type inlineKeyboardButtonTypeLoginUrl. Use the method getLoginUrlInfo to find whether a prior user confirmation is needed. If an error is returned, then the button must be handled as an ordinary URL button.Returns
HttpUrl
-
GetLoginUrl
public GetLoginUrl(long chatId, long messageId, long buttonId, boolean allowWriteAccess) Returns an HTTP URL which can be used to automatically authorize the user on a website after clicking an inline button of type inlineKeyboardButtonTypeLoginUrl. Use the method getLoginUrlInfo to find whether a prior user confirmation is needed. If an error is returned, then the button must be handled as an ordinary URL button.Returns
HttpUrl
- Parameters:
chatId
- Chat identifier of the message with the button.messageId
- Message identifier of the message with the button.buttonId
- Button identifier.allowWriteAccess
- Pass true to allow the bot to send messages to the current user.Returns
HttpUrl
-
GetLoginUrl
Returns an HTTP URL which can be used to automatically authorize the user on a website after clicking an inline button of type inlineKeyboardButtonTypeLoginUrl. Use the method getLoginUrlInfo to find whether a prior user confirmation is needed. If an error is returned, then the button must be handled as an ordinary URL button.Returns
HttpUrl
- 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()
-