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