mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Correct deprecated since version
This commit is contained in:
parent
4f2e723d56
commit
195d34ba0c
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ where
|
|||
}
|
||||
|
||||
/// Returns a long polling update listener with some additional options.
|
||||
#[deprecated(since = "0.7.0", note = "use `polling_builder` instead")]
|
||||
#[deprecated(since = "0.10.0", note = "use `polling_builder` instead")]
|
||||
pub fn polling<R>(
|
||||
bot: R,
|
||||
timeout: Option<Duration>,
|
||||
|
|
Loading…
Reference in a new issue