InlineKeyboardButtonTypeWebApp constructor
const
InlineKeyboardButtonTypeWebApp({
- required String url,
A button that opens a Web App by calling openWebApp
Implementation
const InlineKeyboardButtonTypeWebApp({
required this.url,
});