Skip to content

Release 1.0.29

Choose a tag to compare

@bvdcode bvdcode released this 15 Dec 00:17
· 15 commits to main since this release
Add BotConfiguration to control receiving updates

Introduced BotConfiguration class to manage bot settings, including the ReceiveUpdates property. Updated Program.cs to configure BotBuilder with ReceiveUpdates set to false. Modified BotApp and BotBuilder to utilize BotConfiguration for conditional update handling. Refactored UseApiKey method in BotBuilder.