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 6,314 public repositories matching this topic...
-
Updated
Mar 17, 2021 - TypeScript
-
Updated
Apr 1, 2021 - Python
-
Updated
Mar 11, 2021
-
Updated
Apr 9, 2021 - PHP
-
Updated
Apr 8, 2021 - Java
-
Updated
Apr 7, 2021 - PHP
-
Updated
Apr 1, 2021 - C#
Context
Property types.Message.url uses deprecated method 'is_private' when checks chat type, so I get Deprecation warning.
Current Behavior
@property
def url(self) -> str:
"""
Get URL for the message
:return: str
"""
if ChatType.is_private(self.chat):
raise TypeError("Invalid chat type!")
url = "https://t.me/"
if self.chat-
Updated
Oct 29, 2020 - Go
-
Updated
Apr 5, 2021 - JavaScript
-
Updated
Mar 25, 2021 - JavaScript
-
Updated
Dec 11, 2020
-
Updated
Mar 31, 2021 - Rust
-
Updated
Mar 10, 2021 - Java
-
Updated
Mar 31, 2021 - Python
-
Updated
Mar 20, 2021 - Python
-
Updated
Mar 16, 2021 - PHP
-
Updated
Apr 25, 2020 - Python
-
Updated
Jan 17, 2021 - Go
-
Updated
Mar 21, 2018 - Python
-
Updated
Mar 29, 2021 - Java
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
Nov 18, 2020 - PHP
-
Updated
Apr 10, 2021 - JavaScript
Description
After getting PHONE_MIGRATE_5 err, it would call reconnect with new dc address from dclist, but the format of the ipaddress in dclist is wrong.
in telegram/common.go
func: NewClient

![image](https://user-images.githubusercontent.com/3880276/113554143-6c51ea80-
Describe your environment