Class InlineQueryResultsButton
java.lang.Object
io.github.natanimn.telebof.types.inline.InlineQueryResultsButton
- All Implemented Interfaces:
- 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()startParameter(String start_parameter) OptionalwebAppInfo(WebAppInfo web_app_info) Optional
- 
Constructor Details- 
InlineQueryResultsButton
 
- 
- 
Method Details- 
webAppInfoOptional- Parameters:
- web_app_info- Description of the Web App that will be launched when the user presses the button. The Web App will be able to switch back to the inline mode using the method switchInlineQuery inside the Web App.
- Returns:
- InlineQueryResultsButton
 
- 
startParameterOptional- Parameters:
- start_parameter- Deep-linking parameter for the /start message sent to the bot when a user presses the button. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed.
- Returns:
- InlineQueryResultsButton
 
- 
equals
- 
hashCode
 
-