BotsCreateBot constructor

const BotsCreateBot({
  1. required bool viaDeeplink,
  2. required String name,
  3. required String username,
  4. required InputUserBase managerId,
})

Bots Create Bot constructor.

Implementation

const BotsCreateBot({
  required this.viaDeeplink,
  required this.name,
  required this.username,
  required this.managerId,
}) : super._();