An Elegant Rust Client for Telegram Bot API
crates.io
•
docs.rs
FerrisGram is an asynchronous autogenerated wrapper for the Telegram Bot API written in Rust. This library provides all the methods and types that are available on the official Telegram Bot API.
- Latest API support: Provides support for latest version of Telegram Bot API
- Easy to use: Heavily inspired by the python-telegram-bot, Ferrisgram is designed in such a way that even a beginner can make a bot with it easily.
- Asynchronous: Ferrisgram is powered by rust's built-in
await
async
syntax. - Typo Free Docs: Autogenerated documentations of the native Bot API types and methods make it typo free.
- Filters: Ferrisgram provides filters to make it easy for you to sort different type of updates in a managed way.
You can install ferrisgram by adding the following to dependencies
section of Cargo.toml
:
[dependencies]
ferrisgram = "0.2.0"
You can checkout our sample bots in the examples directory.
Documentations can be found at docs.rs.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update examples as appropriate.
Licensed Under The MIT License