telegram-api-rs

Crates.iotelegram-api-rs
lib.rstelegram-api-rs
version0.0.9
sourcesrc
created_at2021-05-22 11:57:31.092348
updated_at2023-12-17 06:34:02.248357
descriptionTelegram API written in RUST
homepage
repositoryhttps://github.com/gubatron/telegram-bot-rs
max_upload_size
id400793
size159,562
Angel Leon (gubatron)

documentation

README

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.

Commit count: 23

cargo fmt