Bump supported TBA version in teloxide-core docs

This commit is contained in:
Andrey Brusnik 2024-07-20 21:20:03 +04:00
parent eb73477455
commit ad28965d35
No known key found for this signature in database
GPG key ID: D33232F28CFF442C

View file

@ -1,7 +1,7 @@
//! Core part of the [`teloxide`] library.
//!
//! This library provides tools for making requests to the [Telegram Bot API]
//! (Currently, version `6.6` is supported) with ease. The library is fully
//! (Currently, version `6.9` is supported) with ease. The library is fully
//! asynchronous and built using [`tokio`].
//!
//!```toml