-
Updated
Mar 5, 2021 - Python
bot-framework
Here are 761 public repositories matching this topic...
-
Updated
Mar 5, 2021 - TypeScript
-
Updated
Feb 26, 2021 - JavaScript
-
Updated
Mar 5, 2021 - TypeScript
-
Updated
Mar 5, 2021 - C#
-
Updated
Mar 5, 2021
-
Updated
Jun 5, 2019 - Python
-
Updated
Feb 1, 2021 - PHP
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
- Operating System: Ubuntu 20.10
- Python Version: 3.8.6
- aiogram version: 2.11.2
- aiohttp version: 3.7.3
- uvloop version (if installed):
Expected Behavior
State filter works for inline keyboard queries in group cha
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
Jan 28, 2021 - Java
-
Updated
Feb 25, 2021 - TypeScript
-
Updated
Mar 5, 2021 - C++
-
Updated
Aug 3, 2018 - Elixir
-
Updated
Mar 5, 2021 - C#
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
Aug 14, 2020 - Python
-
Updated
Jan 21, 2021 - Go
-
Updated
Feb 19, 2021 - Ruby
-
Updated
Mar 5, 2021 - TypeScript
-
Updated
Mar 4, 2021 - Python
-
Updated
Feb 18, 2021 - JavaScript
-
Updated
Sep 12, 2020 - PowerShell
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Mar 1, 2021 - TypeScript
-
Updated
Mar 5, 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