inlineKeyboardButtonTypeWebApp property
A button that opens a Web App by calling openWebApp
Implementation
InlineKeyboardButtonTypeWebApp? get inlineKeyboardButtonTypeWebApp {
if (this is InlineKeyboardButtonTypeWebApp) {
return this as InlineKeyboardButtonTypeWebApp;
}
return null;
}