mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Add current supported TBA version to the teloxide docs
This commit is contained in:
parent
ad28965d35
commit
e6796d48eb
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
//! A full-featured framework that empowers you to easily build [Telegram bots]
|
||||
//! using [Rust]. It handles all the difficult stuff so you can focus only on
|
||||
//! your business logic.
|
||||
//! your business logic. Currently, version `6.9` of [Telegram Bot API] is
|
||||
//! supported.
|
||||
//!
|
||||
//! For a high-level overview, see [our GitHub repository](https://github.com/teloxide/teloxide).
|
||||
//!
|
||||
|
@ -31,6 +32,7 @@
|
|||
//! </kbd>
|
||||
//! </div>
|
||||
//!
|
||||
//! [Telegram Bot API]: https://core.telegram.org/bots/api
|
||||
//! [Telegram bots]: https://telegram.org/blog/bot-revolution
|
||||
//! [`async`/`.await`]: https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html
|
||||
//! [Rust]: https://www.rust-lang.org/
|
||||
|
|
Loading…
Reference in a new issue