teleborg
teleborg copied to clipboard
Performant wrapper around the Telegram bot API.
The old `reqwest` uses openssl-0.9 which is outdated.
Hi, thanks for this great crate! I ran into a problem today: Since a new_chat_photo is declared as String and it actually contains something like: ``` { "file_id": "AgADAQADe64xG8KcEgV7mYwXR-N_AZAe9y8ABGB9_4t6NQlsVgoBAAEC", "file_size":...
Hello, I've been using this lib and it's great. I had for a long time a problem when it stopped responding after some days. After some digging I think the...
Could you make a feature to add button commands for example, polling?
I would like to be able to receive edited messages directly into my command handler.
I added all possible inline query result types and both answer inline query and answer callback methods. Also added a test for the uncached results.
I have implemented the update messages methods. I only have not written a test for `update_message_caption` because you need to send a file for that.
I recently had a problem with my internet connection. When it was solved, the bot didn't respond anymore. In the terminal was no activity as well. maybe a check for...