-
Updated
Mar 22, 2022 - Python
bot-framework
Here are 820 public repositories matching this topic...
-
Updated
Mar 22, 2022 - TypeScript
-
Updated
Feb 13, 2022 - JavaScript
It's impossible to pass extra options like ip_address
to setWebhook
when using launch
- Telegraf.js Version: v4
-
Updated
Mar 22, 2022 - JavaScript
-
Updated
Dec 6, 2021
As i understand, now InlineKeyboardMarkup is just a dict with lists, so method like pop() will be useful and make code cleaner, at least for newbies like me.
For now, to make dynamic inline keyboard with deleting buttons after user clicks on them i need to recreate entire markup from changed list, but it can be simplified by using InlineKeyboardMarkup.pop() or something like that.
-
Updated
Jun 5, 2019 - Python
-
Updated
Mar 20, 2022 - PHP
-
Updated
Mar 21, 2022 - JavaScript
-
Updated
Mar 22, 2022 - Java
Platform
What platform is your issue or question related to? (Delete other platforms).
- .NET 5.0
Author or host
Are you an author (like sending something to Outlook), or a host that is rendering your own cards? If host, please specify the corresponding host (app) name.
- Author
If you're an author, who are you sending cards to?
- Microsoft Teams
Version of SDK
Wha
-
Updated
Feb 27, 2022 - TypeScript
-
Updated
Sep 8, 2021 - Elixir
-
Updated
Mar 22, 2022 - C#
Description
Randomly the matrix connector will crash when connected to a public room.
Steps to Reproduce
Create a skill and point it to #geeklab:linuxdelta.com
and wait for people t
-
Updated
Mar 22, 2022 - Python
-
Updated
Feb 28, 2022 - Go
-
Updated
Jun 25, 2021 - Python
-
Updated
Dec 18, 2021 - JavaScript
-
Updated
Mar 22, 2022 - TypeScript
-
Updated
Mar 11, 2022 - Python
-
Updated
Mar 16, 2022 - Ruby
-
Updated
Mar 14, 2022 - Python
-
Updated
Feb 22, 2022 - PowerShell
-
Updated
Oct 30, 2021 - JavaScript
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
typesAndWaits
uses thesleep
method, 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