BotsEditAccessSettings constructor

const BotsEditAccessSettings({
  1. required bool restricted,
  2. required InputUserBase bot,
  3. List<InputUserBase>? addUsers,
})

Bots Edit Access Settings constructor.

Implementation

const BotsEditAccessSettings({
  required this.restricted,
  required this.bot,
  this.addUsers,
}) : super._();