InlineQueryResultsButtonTypeStartBot constructor

const InlineQueryResultsButtonTypeStartBot({
  1. required String parameter,
})

Describes the button that opens a private chat with the bot and sends a start message to the bot with the given parameter

Implementation

const InlineQueryResultsButtonTypeStartBot({
  required this.parameter,
});