-
Updated
Dec 25, 2021 - Python
telegram-bot-api
Here are 1,284 public repositories matching this topic...
-
Updated
Nov 19, 2021 - PHP
-
Updated
Dec 19, 2021 - C#
-
Updated
May 22, 2021 - Go
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Dec 8, 2021 - Java
As described in CODE_STYLE.md:
Always mark a function as #[must_use] if its return value must be used.
However, we haven't used this attribute much. As of writing this, there are 15 in teloxide and 5 in teloxide-core. Obviously, there are a lot more pure functions that can be ma
-
Updated
Dec 1, 2021 - Python
We are missing a couple of parameters in the sendDocument API operation, thumb and caption_entities
-
Updated
May 2, 2019 - HTML
-
Updated
Dec 27, 2021 - C#
-
Updated
Dec 22, 2021 - Scala
I believe videos need to be chunked to send, could this be built in to the package?
-
Updated
Dec 22, 2021 - Python
-
Updated
Aug 13, 2021 - Swift
-
Updated
Dec 24, 2021 - Python
-
Updated
Sep 6, 2021 - Swift
-
Updated
Nov 16, 2021 - Python
-
Updated
Jan 10, 2021 - Java
-
Updated
Oct 19, 2021 - Haskell
Make API more Dart-y
I like the distinction of telegram and teledart – one is a simple typed wrapper around web requests, the other one a full-fledged powerful API that uses the capabilities of object-oriented programming. Some aspects like the inline mode are really great, but I think other parts could be a bit better.
For example, most requests still need to be made through the teledart instance with the exce
-
Updated
Dec 28, 2021 - TypeScript
-
Updated
Jul 12, 2021 - Go
-
Updated
Aug 4, 2021 - Python
-
Updated
Dec 21, 2021 - PHP
-
Updated
Sep 16, 2021 - Python
-
Updated
Mar 13, 2018 - Ruby
Improve this page
Add a description, image, and links to the telegram-bot-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the telegram-bot-api topic, visit your repo's landing page and select "manage topics."
On the filtering events page, on writing bound filters, the sample code section, wrong import is inserted:
from aiogram.filters import BaseFilterit has to be :
from aiogram.dispatcher.filters import BaseFilter