-
Updated
Sep 28, 2021 - Python
bot-framework
Here are 790 public repositories matching this topic...
-
Updated
Sep 28, 2021 - TypeScript
-
Updated
Sep 27, 2021 - JavaScript
It's impossible to pass extra options like ip_address
to setWebhook
when using launch
- Telegraf.js Version: v4
-
Updated
Sep 27, 2021 - JavaScript
-
Updated
Aug 5, 2021
-
Updated
Jun 5, 2019 - Python
-
Updated
Sep 17, 2021 - PHP
Is your feature request related to a problem? Please describe.
Set disable_web_page_preview
in aiogram.Bot
:
bot = aiogram.Bot(token=..., disable_web_page_preview=...)
Describe the solution you'd like
Like logic with parse_mode
, but with disable_web_page_preview
(https://github.com/aiogram/aiogram/blob/358ecc78213183adeb70809d7f3e95f1524657fb/aiogram/bot/bot.py#L311-L312):
-
Updated
Sep 28, 2021 - JavaScript
-
Updated
Jan 28, 2021 - Java
-
Updated
Sep 28, 2021 - C++
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Sep 8, 2021 - Elixir
-
Updated
Sep 27, 2021 - 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
Jun 25, 2021 - Python
-
Updated
Sep 24, 2021 - Go
-
Updated
Sep 11, 2021 - JavaScript
-
Updated
Sep 27, 2021 - TypeScript
-
Updated
May 18, 2021 - Ruby
-
Updated
Sep 27, 2021 - Python
-
Updated
Aug 15, 2021 - PowerShell
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
May 27, 2021 - JavaScript
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Sep 26, 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
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