InlineQueryResultsButton constructor
const
InlineQueryResultsButton({
- required String text,
- WebAppInfo? webApp,
- String? startParameter,
Constructs an InlineQueryResultsButton
Implementation
const InlineQueryResultsButton({
required this.text,
this.webApp,
this.startParameter,
});