- Enclosing class:
- TdApi
Returns information about a button of
type inlineKeyboardButtonTypeLoginUrl.
The method needs to be called when
the user presses the button.
Returns
LoginUrlInfo
-
Field Summary
Modifier and TypeFieldDescriptionlong
Button identifier.long
Chat identifier of the message with the button.static final int
long
Message identifier of the message with the button. -
Constructor Summary
ConstructorDescriptionReturns information about a button of type inlineKeyboardButtonTypeLoginUrl.GetLoginUrlInfo
(long chatId, long messageId, long buttonId) Returns information about a button of type inlineKeyboardButtonTypeLoginUrl.GetLoginUrlInfo
(DataInput input) Returns information about a button of type inlineKeyboardButtonTypeLoginUrl. -
Method Summary
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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetLoginUrlInfo
public GetLoginUrlInfo()Returns information about a button of type inlineKeyboardButtonTypeLoginUrl. The method needs to be called when the user presses the button. ReturnsLoginUrlInfo
-
GetLoginUrlInfo
public GetLoginUrlInfo(long chatId, long messageId, long buttonId) Returns information about a button of type inlineKeyboardButtonTypeLoginUrl. The method needs to be called when the user presses the button. ReturnsLoginUrlInfo
- 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.
-
GetLoginUrlInfo
Returns information about a button of type inlineKeyboardButtonTypeLoginUrl. The method needs to be called when the user presses the button. ReturnsLoginUrlInfo
- 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()
-