inlineQueryResultsButtonTypeWebApp property
Describes the button that opens a Web App by calling getWebAppUrl
Implementation
InlineQueryResultsButtonTypeWebApp? get inlineQueryResultsButtonTypeWebApp {
if (this is InlineQueryResultsButtonTypeWebApp) {
return this as InlineQueryResultsButtonTypeWebApp;
}
return null;
}