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 5,907 public repositories matching this topic...
-
Updated
Feb 6, 2021 - TypeScript
-
Updated
Feb 4, 2021 - Python
-
Updated
Jan 31, 2021
-
Updated
Jan 30, 2021 - PHP
-
Updated
Jan 31, 2021 - Java
-
Updated
Feb 1, 2021 - PHP
-
Updated
Feb 6, 2021 - C#
Looks like the error message string expected by BotKicked exception isn't matching the current Telegram API response.
So the BotKicked exception is never raised.
Expected Behavior
BotKicked exception should be raised.
Current Behavior
TelegramAPIError exception is raised with the following message: "Forbidden: bot was kicked from the group chat".
However, BotKicked exce
-
Updated
Oct 29, 2020 - Go
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Dec 22, 2020 - JavaScript
-
Updated
Dec 11, 2020
-
Updated
Feb 4, 2021 - Rust
-
Updated
Jan 7, 2021 - Python
-
Updated
Dec 3, 2020 - Java
-
Updated
Dec 12, 2019 - Python
-
Updated
Apr 25, 2020 - Python
-
Updated
Jan 23, 2021 - PHP
-
Updated
Mar 21, 2018 - Python
-
Updated
Nov 18, 2020 - PHP
-
Updated
Jan 17, 2021 - Go
-
Updated
Jan 17, 2021 - Java
-
Updated
Feb 6, 2021 - JavaScript
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
I'm getting the following error when I try to run the example auth code
panic: (*serialize.BadMsgNotification) 0xc0000381c0 [recovered]
panic: (*serialize.BadMsgNotification) 0xc0000381c0
goroutine 19 [running]:
github.com/xelaj/mtproto.(*MTProto).recoverGoroutine(0xc0001cc6c0)
/home/das/go/pkg/mod/github.com/xelaj
Describe your environment
Describe the enhancement
Add
pingsupport to therest_client.pyscript.I'm using the
rest_client.pyscript to monitor my freqtrade bot using a custom shell+python script, and it looks like I cannot use thepingcommand to verify that