InternalLinkTypeWebApp constructor
InternalLinkTypeWebApp({
- required String botUsername,
- required String webAppShortName,
- required String startParameter,
- WebAppOpenMode? mode,
Implementation
InternalLinkTypeWebApp({
required this.botUsername,
required this.webAppShortName,
required this.startParameter,
this.mode,
});