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,720 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 30, 2022 - Python
-
Updated
Jan 17, 2022 - PHP
-
Updated
Dec 6, 2021
-
Updated
Jan 17, 2022 - Java
-
Updated
Jan 28, 2022 - PHP
-
Updated
Jan 31, 2022 - C#
-
Updated
Jan 27, 2022
-
Updated
May 22, 2021 - Go
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
Jan 26, 2022 - JavaScript
-
Updated
May 4, 2021 - JavaScript
-
Updated
Jan 31, 2022 - Rust
-
Updated
Jan 15, 2022 - Python
-
Updated
Jan 11, 2022 - Java
-
Updated
Jan 24, 2022 - Go
-
Updated
Oct 3, 2021 - Python
-
Updated
Dec 13, 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
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
Created by Telegram Messenger LLP
Released August 2013
- Organization
- TelegramMessenger
- Website
- telegram.org
- Wikipedia
- Wikipedia


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