- 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
FieldsModifier and TypeFieldDescriptionlongButton identifier.longChat identifier of the message with the button.static final intlongMessage identifier of the message with the button. -
Constructor Summary
ConstructorsConstructorDescriptionReturns 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-