-
Updated
Nov 3, 2021 - Python
telegram-bot-api
Here are 1,235 public repositories matching this topic...
-
Updated
Oct 22, 2021 - PHP
-
Updated
Oct 9, 2021 - C#
-
Updated
May 22, 2021 - Go
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Oct 28, 2021 - Java
-
Updated
Aug 24, 2021 - Python
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
We are missing a couple of parameters in the sendDocument
API operation, thumb
and caption_entities
-
Updated
May 2, 2019 - HTML
-
Updated
Nov 1, 2021 - C#
-
Updated
Aug 28, 2021 - Scala
I believe videos need to be chunked to send, could this be built in to the package?
-
Updated
Aug 13, 2021 - Swift
-
Updated
Nov 1, 2021 - Python
-
Updated
Sep 6, 2021 - Swift
-
Updated
Oct 30, 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
Oct 24, 2021 - Python
-
Updated
Jul 12, 2021 - Go
-
Updated
Nov 3, 2021 - TypeScript
-
Updated
Aug 4, 2021 - Python
-
Updated
Mar 13, 2018 - Ruby
-
Updated
Oct 14, 2019 - Java
-
Updated
Oct 3, 2021 - PHP
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."
Is your feature request related to a problem? Please describe.
Set
disable_web_page_preview
inaiogram.Bot
:bot = aiogram.Bot(token=..., disable_web_page_preview=...)
Describe the solution you'd like
Like logic with
parse_mode
, but withdisable_web_page_preview
(https://github.com/aiogram/aiogram/blob/358ecc78213183adeb70809d7f3e95f1524657fb/aiogram/bot/bot.py#L311-L312):