telegram-bot icon indicating copy to clipboard operation
telegram-bot copied to clipboard

Rust Library for creating a Telegram Bot

Results 6 telegram-bot issues
Sort by recently updated
recently updated
newest added

Previously it was not possible to send documents as the module was not included in the library. This commit fixes #9.

I'm currently working on another small tool that uses futures heavily, then I found it's very difficult to define an `Api` and use it in the futures. This is because...

Please add `send_document` module to `mod.rs` and `lib/src/types/requests.rs`

I am currently struggling to get a Future of this crate resolved in a tokio::spawn or even tokio::run. The only thing that is working (but not fitting for me) is...

This library doesn't implement a way to send or download media files, provide methods according to Telegram Bot API

up for grab