-
Updated
Feb 4, 2022 - Python
bot-framework
Here are 816 public repositories matching this topic...
-
Updated
Feb 4, 2022 - TypeScript
-
Updated
Jan 31, 2022 - JavaScript
It's impossible to pass extra options like ip_address
to setWebhook
when using launch
- Telegraf.js Version: v4
-
Updated
Feb 1, 2022 - JavaScript
-
Updated
Dec 6, 2021
After reviewing #804, I've found that some methods aren't implemented as reply to webhook classes.
Missing classes I've discovered:
-
SendAnimation
-
SendPoll
-
SendDice
- I'm sure there are more to find
Originally posted by @evgfilim1 in aiogram/aiogram#804 (comment)
-
Updated
Jun 5, 2019 - Python
-
Updated
Feb 3, 2022 - PHP
-
Updated
Feb 3, 2022 - JavaScript
-
Updated
Dec 9, 2021 - 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
Jan 15, 2022 - TypeScript
-
Updated
Sep 8, 2021 - Elixir
-
Updated
Feb 4, 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
Jan 29, 2022 - Go
-
Updated
Jun 25, 2021 - Python
-
Updated
Dec 18, 2021 - JavaScript
-
Updated
Feb 4, 2022 - Python
-
Updated
Feb 4, 2022 - TypeScript
-
Updated
Feb 4, 2022 - Python
-
Updated
Jan 27, 2022 - Ruby
-
Updated
Jan 8, 2022 - PowerShell
-
Updated
Oct 30, 2021 - JavaScript
-
Updated
Jan 22, 2022 - 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