Skip to content

Release 1.0.29

Latest
Compare
Choose a tag to compare
@bvdcode bvdcode released this 15 Dec 00:17
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.