Module tdlight.api

Class TdApi.InlineQueryResultsButton

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

public static final class TdApi.InlineQueryResultsButton extends TdApi.Object
Represents a button to be shown above inline query results.
  • Field Details

  • Constructor Details

    • InlineQueryResultsButton

      public InlineQueryResultsButton()
      Represents a button to be shown above inline query results.
    • InlineQueryResultsButton

      public InlineQueryResultsButton(String text, TdApi.InlineQueryResultsButtonType type)
      Represents a button to be shown above inline query results.
      Parameters:
      text - String The text of the button.
      type - InlineQueryResultsButtonType Type of the button.
    • InlineQueryResultsButton

      public InlineQueryResultsButton(DataInput input) throws IOException
      Represents a button to be shown above inline query results.
      Throws:
      IOException
  • Method Details