mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +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.
|
/// 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>(
|
pub fn polling<R>(
|
||||||
bot: R,
|
bot: R,
|
||||||
timeout: Option<Duration>,
|
timeout: Option<Duration>,
|
||||||
|
|
Loading…
Reference in a new issue