InlineQueryResultsButtonTypeStartBot constructor
const
InlineQueryResultsButtonTypeStartBot({
- 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,
});