teloxide/README.md
2021-01-15 22:06:23 +03:00

1.3 KiB

teloxide-core

CI status documentation documentation (master) LICENSE Api Cov crates.io Official Chat

Core part of the teloxide library.

This library provides tools for making requests to the Telegram Bot API (Currently, version 4.9 is supported) with ease. The library is fully asynchronouns and built using tokio.

teloxide_core = "0.1"

Compiler support: requires rustc 1.49+