mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Fix the docs
This commit is contained in:
parent
0b101a2523
commit
04de91253c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ impl Bot {
|
||||||
/// use tokio::fs::File;
|
/// use tokio::fs::File;
|
||||||
/// # use teloxide::RequestError;
|
/// # use teloxide::RequestError;
|
||||||
/// use teloxide::{
|
/// use teloxide::{
|
||||||
/// requests::{GetFile, Request},
|
/// requests::Request,
|
||||||
/// Bot,
|
/// Bot,
|
||||||
/// };
|
/// };
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue