Class TdApi.AnswerCallbackQuery

Enclosing class:
TdApi

public static class TdApi.AnswerCallbackQuery extends TdApi.Function<TdApi.Ok>
Sets the result of a callback query; for bots only.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Time during which the result of the query can be cached, in seconds.
    long
    Identifier of the callback query.
    static final int
    Identifier uniquely determining type of the object.
    boolean
    Pass true to show an alert to the user instead of a toast notification.
    Text of the answer.
    URL to be opened.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which sets the result of a callback query; for bots only.
    AnswerCallbackQuery(long callbackQueryId, String text, boolean showAlert, String url, int cacheTime)
    Creates a function, which sets the result of a callback query; for bots only.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • callbackQueryId

      public long callbackQueryId
      Identifier of the callback query.
    • text

      public String text
      Text of the answer.
    • showAlert

      public boolean showAlert
      Pass true to show an alert to the user instead of a toast notification.
    • url

      public String url
      URL to be opened.
    • cacheTime

      public int cacheTime
      Time during which the result of the query can be cached, in seconds.
    • CONSTRUCTOR

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

    • AnswerCallbackQuery

      public AnswerCallbackQuery()
      Default constructor for a function, which sets the result of a callback query; for bots only.

      Returns Ok

    • AnswerCallbackQuery

      public AnswerCallbackQuery(long callbackQueryId, String text, boolean showAlert, String url, int cacheTime)
      Creates a function, which sets the result of a callback query; for bots only.

      Returns Ok

      Parameters:
      callbackQueryId - Identifier of the callback query.
      text - Text of the answer.
      showAlert - Pass true to show an alert to the user instead of a toast notification.
      url - URL to be opened.
      cacheTime - Time during which the result of the query can be cached, in seconds.
  • 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