InlineQueryResultsButton constructor

InlineQueryResultsButton(
  1. {required String text,
  2. required InlineQueryResultsButtonType type,
  3. int? extra,
  4. int? clientId}
)

Represents a button to be shown above inline query results

Implementation

InlineQueryResultsButton