InlineQueryResultsButton constructor
InlineQueryResultsButton({
- required String text,
- InlineQueryResultsButtonType? type,
Implementation
InlineQueryResultsButton({required this.text, this.type});