Package it.tdlight.jni
Class TdApi.GetLoginUrl
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetLoginUrl
- Enclosing class:
- TdApi
public static class TdApi.GetLoginUrl extends TdApi.Function
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
Fields Modifier and Type Field Description boolean
allowWriteAccess
True, if the user allowed the bot to send them messages.long
buttonId
Button identifier.long
chatId
Chat identifier of the message with the button.static int
CONSTRUCTOR
long
messageId
Message identifier of the message with the button. -
Constructor Summary
Constructors Constructor Description 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.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)
-
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.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 allowWriteAccessTrue, if the user allowed the bot to send them messages. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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
- long Chat identifier of the message with the button.messageId
- long Message identifier of the message with the button.buttonId
- long Button identifier.allowWriteAccess
- boolean True, if the user allowed the bot to send them messages.
-
GetLoginUrl
- 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()
-