From e6796d48eb055cafc31b073619a7968f40542e7f Mon Sep 17 00:00:00 2001 From: Andrey Brusnik Date: Sat, 20 Jul 2024 21:20:43 +0400 Subject: [PATCH] Add current supported TBA version to the teloxide docs --- crates/teloxide/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/teloxide/src/lib.rs b/crates/teloxide/src/lib.rs index 9a2ebeb3..7be22d58 100644 --- a/crates/teloxide/src/lib.rs +++ b/crates/teloxide/src/lib.rs @@ -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 @@ //! //! //! +//! [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/