Class TdApi.GetCallbackQueryAnswer

Enclosing class:
TdApi

public static class TdApi.GetCallbackQueryAnswer extends TdApi.Function<TdApi.CallbackQueryAnswer>
Sends a callback query to a bot and returns an answer. Returns an error with code 502 if the bot fails to answer the query before the query timeout expires.

Returns CallbackQueryAnswer

  • Field Details

    • chatId

      public long chatId
      Identifier of the chat with the message.
    • messageId

      public long messageId
      Identifier of the message from which the query originated. The message must not be scheduled.
    • payload

      Query payload.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetCallbackQueryAnswer

      public GetCallbackQueryAnswer()
      Default constructor for a function, which sends a callback query to a bot and returns an answer. Returns an error with code 502 if the bot fails to answer the query before the query timeout expires.

      Returns CallbackQueryAnswer

    • GetCallbackQueryAnswer

      public GetCallbackQueryAnswer(long chatId, long messageId, TdApi.CallbackQueryPayload payload)
      Creates a function, which sends a callback query to a bot and returns an answer. Returns an error with code 502 if the bot fails to answer the query before the query timeout expires.

      Returns CallbackQueryAnswer

      Parameters:
      chatId - Identifier of the chat with the message.
      messageId - Identifier of the message from which the query originated. The message must not be scheduled.
      payload - Query payload.
  • 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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR