-
Updated
Feb 10, 2021 - Python
bot-framework
Here are 755 public repositories matching this topic...
-
Updated
Feb 10, 2021 - TypeScript
-
Updated
Feb 9, 2021 - JavaScript
-
Updated
Feb 8, 2021 - TypeScript
-
Updated
Feb 10, 2021 - C#
-
Updated
Jan 31, 2021
-
Updated
Jun 5, 2019 - Python
-
Updated
Feb 1, 2021 - PHP
Looks like the error message string expected by BotKicked exception isn't matching the current Telegram API response.
So the BotKicked exception is never raised.
Expected Behavior
BotKicked exception should be raised.
Current Behavior
TelegramAPIError exception is raised with the following message: "Forbidden: bot was kicked from the group chat".
However, BotKicked exce
-
Updated
Feb 10, 2021 - JavaScript
-
Updated
Jan 28, 2021 - Java
-
Updated
Feb 9, 2021 - TypeScript
-
Updated
Feb 10, 2021 - C++
-
Updated
Aug 3, 2018 - Elixir
-
Updated
Feb 10, 2021 - C#
-
Updated
Aug 14, 2020 - Python
I will create a GitHub connector for a project and noticed that the documentation lacks the reference part. Since we started using autodoc, we can pull the connector's docstrings to get more documentation and better-updated one for that matter.
Please refer to the Contributing - Documentation docs on generating the auto-docu
-
Updated
Jan 21, 2021 - Go
-
Updated
Dec 9, 2020 - Ruby
-
Updated
Feb 10, 2021 - TypeScript
-
Updated
Feb 10, 2021 - Python
-
Updated
Feb 9, 2021 - JavaScript
-
Updated
Sep 12, 2020 - PowerShell
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Dec 30, 2020 - TypeScript
-
Updated
Feb 8, 2021 - Python
Improve this page
Add a description, image, and links to the bot-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bot-framework topic, visit your repo's landing page and select "manage topics."
Description:
I noticed the
typesAndWaitsuses thesleepmethod, but this only allows you to sleep whole seconds.Wouldn't it be better to use
usleep, so we can sleep for 2.5 seconds, or 0.5 seconds?I noticed the code moved from the BotMan class to the drivers, but the ch