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 8,429 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
Dec 25, 2021 - Python
-
Updated
Dec 29, 2021 - PHP
-
Updated
Dec 6, 2021
-
Updated
Dec 14, 2021 - Java
On the filtering events page, on writing bound filters, the sample code section, wrong import is inserted:
from aiogram.filters import BaseFilter
it has to be :
from aiogram.dispatcher.filters import BaseFilter
-
Updated
Nov 19, 2021 - PHP
-
Updated
Dec 19, 2021 - C#
-
Updated
Dec 17, 2021
-
Updated
May 22, 2021 - Go
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
May 4, 2021 - JavaScript
Ultroid has Multi Language Support.
We are looking for some help, to complete translation work.
Your language strings must be added to the folder strings/strings/.
You can download English strings, translate it to your desired language and put it to
-
Updated
Dec 27, 2021 - Rust
-
Updated
Dec 8, 2021 - Java
-
Updated
Dec 30, 2021 - Go
-
Updated
Dec 13, 2021 - Python
-
Updated
Nov 25, 2021 - Java
-
Updated
Oct 3, 2021 - Python
-
Updated
Dec 23, 2021 - Python
-
Updated
Dec 1, 2021 - Python
-
Updated
Dec 15, 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
Describe the enhancement
In the docs, I'm not seeing any
/api/v1/healthcheckendpoint or whatnot (heartbeat specific, not referencingping). Potentially returning the time of last heartbeat and any errors (if present).This would be highly useful for monitoring and ensuring nothing crazy is going wrong. This would make monitoring from another server much easier and with some simple sc