Class InlineQueryResultsButton

java.lang.Object
io.github.natanimn.telebof.types.inline.InlineQueryResultsButton
All Implemented Interfaces:
Serializable

public class InlineQueryResultsButton extends Object implements Serializable
This object represents a button to be shown above inline query results. You must use exactly one of the optional fields.
Since:
3 March 2025
See Also:
  • Constructor Details

    • InlineQueryResultsButton

      public InlineQueryResultsButton(String text)
      Required
      Parameters:
      text - Label text on the button
  • Method Details