BotsCreateBot constructor
const
BotsCreateBot({
- required bool viaDeeplink,
- required String name,
- required String username,
- required InputUserBase managerId,
Bots Create Bot constructor.
Implementation
const BotsCreateBot({
required this.viaDeeplink,
required this.name,
required this.username,
required this.managerId,
}) : super._();