SetManagedBotAccessSettings constructor
SetManagedBotAccessSettings({
- required int botUserId,
- BotAccessSettings? settings,
Implementation
SetManagedBotAccessSettings({required this.botUserId, this.settings});