InlineKeyboardButtonTypeWebApp constructor

const InlineKeyboardButtonTypeWebApp({
  1. required String url,
})

A button that opens a Web App by calling openWebApp

Implementation

const InlineKeyboardButtonTypeWebApp({
  required this.url,
});