9 releases

0.0.9 Dec 17, 2023
0.0.8 Dec 16, 2023
0.0.6 Dec 1, 2022
0.0.5 Nov 14, 2022
0.0.3 May 28, 2021

#1330 in Web programming

Download history 4/week @ 2024-02-21 17/week @ 2024-02-28 3/week @ 2024-03-27 12/week @ 2024-04-03 54/week @ 2024-04-10

69 downloads per month

GPL-2.0-or-later WITH Bison-exception-2…

125KB
3K SLoC

Telegram Bot APi access written in Rust

The goal of this Bot API is to stick as close as possible to the official Telegram Bot API (https://core.telegram.org/bots/api), since other crates are pretty limited in their functions.

This project is WIP, but feel free to try it out and to report possible issues.

This telegram API can be used in a blocking fashion if you want to stay away from tokio/async/await issues.


lib.rs:

This library offers the possibility to access the Telegram Bot API from Rust.
It is designed to change as little as possible from the well documented Telegram Bot API.
To learn more about the individual types and methods, please visit Telegram Bot API.
The issue tracker is located on Github

Dependencies

~4–17MB
~241K SLoC