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,525 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
Jan 8, 2022 - Python
-
Updated
Dec 29, 2021 - PHP
-
Updated
Dec 6, 2021
-
Updated
Jan 7, 2022 - Java
Add ability to filter sender_chat messages
Examples:
@dp.message_handler(from_chat=True)
async def handle_chat_senders(message: types.Message):
"""Handle message from any sender_chat."""
sender: Chat = message.sender_chat
text = f"Hi, {sender.full_name}!"
await message.answer(text)@dp.message_handler(from_chat=["@TrueMafiaNews"])
async def h-
Updated
Nov 19, 2021 - PHP
-
Updated
Jan 9, 2022 - C#
-
Updated
Dec 17, 2021
-
Updated
May 22, 2021 - Go
-
Updated
Aug 12, 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
May 4, 2021 - JavaScript
-
Updated
Jan 3, 2022 - Rust
-
Updated
Jan 4, 2022 - Java
-
Updated
Jan 6, 2022 - Go
-
Updated
Dec 23, 2021 - Python
-
Updated
Dec 13, 2021 - Python
-
Updated
Oct 3, 2021 - Python
-
Updated
Nov 25, 2021 - Java
-
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