Module tdlight.api

Class TdApi.CallbackQueryAnswer

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallbackQueryAnswer
Enclosing class:
TdApi

public static final class TdApi.CallbackQueryAnswer extends TdApi.Object
Contains a bot's answer to a callback query.
  • Field Details

    • text

      public String text
      Text of the answer.
    • showAlert

      public boolean showAlert
      True, if an alert must be shown to the user instead of a toast notification.
    • url

      public String url
      URL to be opened.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • CallbackQueryAnswer

      public CallbackQueryAnswer()
      Contains a bot's answer to a callback query.
    • CallbackQueryAnswer

      public CallbackQueryAnswer(String text, boolean showAlert, String url)
      Contains a bot's answer to a callback query.
      Parameters:
      text - String Text of the answer.
      showAlert - boolean True, if an alert must be shown to the user instead of a toast notification.
      url - String URL to be opened.
    • CallbackQueryAnswer

      public CallbackQueryAnswer(DataInput input) throws IOException
      Contains a bot's answer to a callback query.
      Throws:
      IOException
  • Method Details