InternalLinkTypeWebApp constructor

InternalLinkTypeWebApp({
  1. required String botUsername,
  2. required String webAppShortName,
  3. required String startParameter,
  4. WebAppOpenMode? mode,
})

Implementation

InternalLinkTypeWebApp({
  required this.botUsername,
  required this.webAppShortName,
  required this.startParameter,
  this.mode,
});