-
Updated
Sep 7, 2020 - Python
telegram-bot-api
Here are 838 public repositories matching this topic...
-
Updated
Sep 5, 2020 - PHP
-
Updated
Aug 4, 2020 - C#
-
Updated
Jun 8, 2020 - Go
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Aug 4, 2020 - Java
-
Updated
Dec 12, 2019 - Python
Current documentation (send_photo):
Pass
InputFile::Fileto send a photo that exists on the Telegram servers (recommended), pass anInputFile::Urlfor Telegram to get a .webp file from the Internet, or upload a new one usingInputFile::FileId.More info on Sending Files ».
There are 3 problems with this:
- There is no mention of
InputFile::Memory ::Fileis meant to be use
-
Updated
Jul 26, 2020 - Scala
I believe videos need to be chunked to send, could this be built in to the package?
-
Updated
Jun 26, 2020 - Swift
In the past, to serialize the ParseMode enum we were using an additional String attribute modeName with the value to be used in the "serialization". After #72 we've started to use the @SerializedName annotation as the preferred way for enums serialization (supported both by our Gson and Retrofit configurations) which is transparent for us.
Therefore, it would be really nice to repla
-
Updated
Apr 3, 2020 - C#
-
Updated
Jun 14, 2020 - Swift
-
Updated
Apr 5, 2020 - Haskell
In the TDLIB update event, there is only the 'sender_user_id' field and no other user identification. Currently, there is no way to get first and last names using python-telegram.
As far as I know, to get that information the client should use getUserFullInfo() method. Please, add it.
-
Updated
Sep 4, 2020 - Python
-
Updated
Sep 11, 2019 - Java
-
Updated
Mar 13, 2018 - Ruby
-
Updated
May 2, 2019 - HTML
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
Feb 27, 2019 - PHP
-
Updated
Sep 5, 2020 - PHP
-
Updated
Apr 25, 2020 - Elixir
-
Updated
Oct 14, 2019 - Java
-
Updated
Aug 7, 2019 - C++
-
Updated
Jul 29, 2020 - Crystal
-
Updated
Jan 17, 2018 - Java
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."
Hello!
Thanks for awesome library.
I am trying to write tests for my bot, and not sure how to do it right. I've searched the docs but found nothing.
Do you have some examples?