BotsEditAccessSettings constructor
const
BotsEditAccessSettings({
- required bool restricted,
- required InputUserBase bot,
- List<
InputUserBase> ? addUsers,
Bots Edit Access Settings constructor.
Implementation
const BotsEditAccessSettings({
required this.restricted,
required this.bot,
this.addUsers,
}) : super._();