InternalLinkTypeBotStart constructor

InternalLinkTypeBotStart({
  1. required String botUsername,
  2. required String startParameter,
  3. required bool autostart,
})

Implementation

InternalLinkTypeBotStart({
  required this.botUsername,
  required this.startParameter,
  required this.autostart,
});