BotAccessSettings constructor

BotAccessSettings({
  1. required bool isRestricted,
  2. required List<int> addedUserIds,
})

Implementation

BotAccessSettings({required this.isRestricted, required this.addedUserIds});