mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +01:00
parent
839d4705ae
commit
a654491d6f
1 changed files with 1 additions and 2 deletions
|
@ -207,8 +207,7 @@
|
||||||
//! - Probably more.
|
//! - Probably more.
|
||||||
//!
|
//!
|
||||||
//! Thus, REPLs are good for simple bots and rapid prototyping, but for more
|
//! Thus, REPLs are good for simple bots and rapid prototyping, but for more
|
||||||
//! involved scenarios, we recommend using [`DispatcherBuilder`]/[`Dispatcher`]
|
//! involved scenarios, we recommend using dispatching over REPLs.
|
||||||
//! together with [`dptree`].
|
|
||||||
//!
|
//!
|
||||||
//! [`examples/purchase.rs`]: https://github.com/teloxide/teloxide/blob/master/examples/purchase.rs
|
//! [`examples/purchase.rs`]: https://github.com/teloxide/teloxide/blob/master/examples/purchase.rs
|
||||||
//! [`Update::filter_message`]: crate::types::Update::filter_message
|
//! [`Update::filter_message`]: crate::types::Update::filter_message
|
||||||
|
|
Loading…
Add table
Reference in a new issue