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