telegram-bot

Telegram is a non-profit, cloud-based instant messaging service. It offers open source clients for a multitude of operating systems and powerful APIs that allow developers to create their own clients and chat bots.
Here are 7,780 public repositories matching this topic...
It's impossible to pass extra options like ip_address
to setWebhook
when using launch
- Telegraf.js Version: v4
-
Updated
Oct 8, 2021 - Python
-
Updated
Aug 5, 2021
-
Updated
Jul 13, 2021 - PHP
-
Updated
Sep 20, 2021 - Java
-
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
Oct 7, 2021 - C#
-
Updated
May 22, 2021 - Go
-
Updated
Sep 25, 2021
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
May 4, 2021 - JavaScript
-
Updated
Sep 27, 2021 - Rust
-
Updated
Oct 2, 2021 - Java
-
Updated
Mar 31, 2021 - Python
-
Updated
Sep 21, 2021 - Go
-
Updated
Sep 5, 2021 - Java
-
Updated
Aug 24, 2021 - Python
-
Updated
Oct 3, 2021 - Python
-
Updated
Sep 21, 2021 - PHP
In terms of Telegram bot API the maximum polling time of getUpdates
is referred to as timeout
. That is if there are pending updates, Telegram will return them immediately. In the other case, it will wait for timeout seconds and then answer with an empty list.
The telegram-bot Rust library has its own notion of timeouts. getUpdates' timeout [i
-
Updated
Apr 25, 2020 - Python
-
Updated
Oct 4, 2021 - JavaScript
-
Updated
Sep 27, 2021 - Python
Is your feature request related to a problem? Please describe.
I think people may prefer to have the ability to cancel their requests at any time.
Describe the solution you'd like
Add context.Context
to every func/method that involves network operations.
Describe alternatives you've considered
N/A
Additional context
This isn't a difficult feature to imple
Describe your environment
(if applicable)
python -V
)pip freeze | grep ccxt
)freqtrade -V
or `