SetManagedBotAccessSettings constructor

SetManagedBotAccessSettings({
  1. required int botUserId,
  2. BotAccessSettings? settings,
})

Implementation

SetManagedBotAccessSettings({required this.botUserId, this.settings});