GetWebAppLinkUrl constructor
const
GetWebAppLinkUrl({})
Returns an HTTPS URL of a Web App to open after a link of the type internalLinkTypeWebApp is clicked
Implementation
const GetWebAppLinkUrl({
required this.chatId,
required this.botUserId,
required this.webAppShortName,
required this.startParameter,
this.theme,
required this.applicationName,
required this.allowWriteAccess,
});