BotsAccessSettings constructor

const BotsAccessSettings({
  1. required bool restricted,
  2. List<UserBase>? addUsers,
})

Bots Access Settings constructor.

Implementation

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