Class TdApi.GetCallbackQueryMessage

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetCallbackQueryMessage
Enclosing class:
TdApi

public static class TdApi.GetCallbackQueryMessage
extends TdApi.Function
Returns information about a message with the callback button that originated a callback query; for bots only.

Returns Message

  • Field Details

    • chatId

      public long chatId
      Identifier of the chat the message belongs to.
    • messageId

      public long messageId
      Message identifier.
    • callbackQueryId

      public long callbackQueryId
      Identifier of the callback query.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetCallbackQueryMessage

      public GetCallbackQueryMessage()
      Returns information about a message with the callback button that originated a callback query; for bots only.

      Returns Message

    • GetCallbackQueryMessage

      public GetCallbackQueryMessage​(long chatId, long messageId, long callbackQueryId)
      Returns information about a message with the callback button that originated a callback query; for bots only.

      Returns Message

      Parameters:
      chatId - long Identifier of the chat the message belongs to.
      messageId - long Message identifier.
      callbackQueryId - long Identifier of the callback query.
    • GetCallbackQueryMessage

      public GetCallbackQueryMessage​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details