2021-01-15 21:51:15 +03:00
|
|
|
<div align="center">
|
|
|
|
<img src="media/logo.svg" width="250"/>
|
|
|
|
</div>
|
|
|
|
|
2020-08-12 18:04:50 +03:00
|
|
|
# teloxide-core
|
|
|
|
|
2020-08-12 20:17:26 +03:00
|
|
|
[](https://github.com/teloxide/teloxide-core/actions)
|
2021-01-15 21:51:15 +03:00
|
|
|
[](https://docs.rs/teloxide_core/)
|
2020-08-12 20:17:26 +03:00
|
|
|
[](https://teloxide-core.netlify.com)
|
|
|
|
[](LICENSE)
|
2021-01-15 21:51:15 +03:00
|
|
|
[-green.svg)](https://core.telegram.org/bots/api)
|
|
|
|
[](https://crates.io/crates/teloxide_core)
|
|
|
|
[](https://t.me/teloxide)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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`].
|
|
|
|
|
|
|
|
```toml
|
|
|
|
teloxide_core = "0.1"
|
|
|
|
```
|
|
|
|
_Compiler support: requires rustc 1.49+_
|
2020-08-12 20:17:26 +03:00
|
|
|
|
2021-01-15 21:51:15 +03:00
|
|
|
[`teloxide`]: https://docs.rs/teloxide
|
|
|
|
[Telegram Bot API]: https://core.telegram.org/bots/api
|
|
|
|
[`tokio`]: https://tokio.rs
|