mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +01:00
Update crates/teloxide/src/dispatching/dispatcher.rs
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
This commit is contained in:
parent
a38e91d12c
commit
1452695a15
1 changed files with 2 additions and 2 deletions
|
@ -307,8 +307,8 @@ where
|
||||||
.expect("try_dispatch_with_listener failed")
|
.expect("try_dispatch_with_listener failed")
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Same as `dispatch_with_listener` but returns a Result<_> instead of
|
/// Same as `dispatch_with_listener` but returns a `Err(_)` instead of
|
||||||
/// panicking
|
/// panicking when the initial `get_me` call fails.
|
||||||
///
|
///
|
||||||
/// Starts your bot with custom `update_listener` and
|
/// Starts your bot with custom `update_listener` and
|
||||||
/// `update_listener_error_handler`.
|
/// `update_listener_error_handler`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue