GetWebAppUrl constructor
const
GetWebAppUrl({
- required int botUserId,
- required String url,
- ThemeParameters? theme,
- required String applicationName,
Returns an HTTPS URL of a Web App to open after keyboardButtonTypeWebApp or inlineQueryResultsButtonTypeWebApp button is pressed
Implementation
const GetWebAppUrl({
required this.botUserId,
required this.url,
this.theme,
required this.applicationName,
});