10 releases

new 0.1.0 Dec 12, 2024
0.0.9 Dec 17, 2023
0.0.6 Dec 1, 2022
0.0.5 Nov 14, 2022
0.0.3 May 28, 2021

#1521 in Web programming

Download history 3/week @ 2024-09-27

581 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–15MB
~196K SLoC