InternalLinkTypeMainWebApp constructor

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

Implementation

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