GetWebAppLinkUrl constructor

const GetWebAppLinkUrl({
  1. required int chatId,
  2. required int botUserId,
  3. required String webAppShortName,
  4. required String startParameter,
  5. ThemeParameters? theme,
  6. required String applicationName,
  7. required bool allowWriteAccess,
})

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,
});