InlineQueryResultsButton constructor

InlineQueryResultsButton({
  1. required String text,
  2. InlineQueryResultsButtonType? type,
})

Implementation

InlineQueryResultsButton({required this.text, this.type});