-
Updated
Oct 19, 2020 - Python
telegram-bot-api
Here are 869 public repositories matching this topic...
-
Updated
Oct 19, 2020 - PHP
-
Updated
Oct 6, 2020 - C#
-
Updated
Jun 8, 2020 - Go
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Dec 12, 2019 - Python
Is there an example for LoginUrl? I tried
let login_url = LoginUrl {
url: "my_url".to_string(),
forward_text: None,
bot_username: None,
request_write_access: None,
};
but it gives me cannot create non-exhaustive struct using struct expression
-
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
-
Updated
Oct 22, 2020 - C#
-
Updated
Oct 6, 2020 - Swift
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
Apr 5, 2020 - Haskell
-
Updated
Oct 20, 2020 - Python
-
Updated
Sep 11, 2019 - Java
-
Updated
May 2, 2019 - HTML
-
Updated
Mar 13, 2018 - Ruby
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
Oct 10, 2020 - PHP
-
Updated
Oct 14, 2019 - Java
-
Updated
Apr 25, 2020 - Elixir
-
Updated
Aug 7, 2019 - C++
-
Updated
Jul 29, 2020 - Crystal
-
Updated
Jun 5, 2020 - Nim
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?