InlineQueryResultsButton constructor

InlineQueryResultsButton({
  1. required String text,
  2. WebAppInfo? webApp,
  3. String? startParameter,
})

Implementation

InlineQueryResultsButton({
  required this.text,
  this.webApp,
  this.startParameter,
});