Crates.io | ferrisgram |
lib.rs | ferrisgram |
version | 0.2.1 |
source | src |
created_at | 2022-02-28 09:42:21.450385 |
updated_at | 2024-06-29 19:13:46.272521 |
description | An elegent rust client for the Telegram Bot API. |
homepage | https://github.com/ferrisgram |
repository | https://github.com/ferrisgram/ferrisgram |
max_upload_size | |
id | 540781 |
size | 862,465 |
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.
await
async
syntax.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