-
Updated
Nov 13, 2021 - Python
bot-framework
Here are 802 public repositories matching this topic...
-
Updated
Nov 11, 2021 - TypeScript
-
Updated
Oct 26, 2021 - JavaScript
It's impossible to pass extra options like ip_address to setWebhook when using launch
- Telegraf.js Version: v4
-
Updated
Nov 12, 2021 - JavaScript
-
Updated
Aug 5, 2021
-
Updated
Jun 5, 2019 - Python
-
Updated
Nov 13, 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
Nov 9, 2021 - JavaScript
-
Updated
Jan 28, 2021 - Java
Problem Description
An automatic scroll down event to the bottom of the page is being fired when a card element is dragged from the card elements toolbox to the card. You can notice it in the official page https://adaptivecards.io/designer/ but it is more noticeable when the page where the Adaptive Card Designer is being embedded has a footer or something below the ACD.
There is some cas
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Sep 8, 2021 - Elixir
-
Updated
Nov 11, 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
Nov 11, 2021 - Go
-
Updated
Jun 25, 2021 - Python
-
Updated
Oct 27, 2021 - JavaScript
-
Updated
Nov 8, 2021 - TypeScript
-
Updated
Oct 12, 2021 - Ruby
-
Updated
Nov 3, 2021 - Python
-
Updated
Nov 10, 2021 - PowerShell
-
Updated
Nov 3, 2021 - JavaScript
-
Updated
Oct 30, 2021 - JavaScript
-
Updated
Nov 8, 2021 - Python
-
Updated
Oct 18, 2021 - TypeScript
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