mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-21 14:29:01 +01:00
commit
1c6b35a443
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
//! An update dispatching model based on [`dptree`].
|
//! An update dispatching model based on [`dptree`].
|
||||||
//!
|
//!
|
||||||
//! In teloxide, updates are dispatched by a pipleine. The central type is
|
//! In teloxide, updates are dispatched by a pipeline. The central type is
|
||||||
//! [`dptree::Handler`] -- it represents a handler of an update; since the API
|
//! [`dptree::Handler`] -- it represents a handler of an update; since the API
|
||||||
//! is highly declarative, you can combine handlers with each other via such
|
//! is highly declarative, you can combine handlers with each other via such
|
||||||
//! methods as [`dptree::Handler::chain`] and [`dptree::Handler::branch`]. The
|
//! methods as [`dptree::Handler::chain`] and [`dptree::Handler::branch`]. The
|
||||||
|
|
Loading…
Add table
Reference in a new issue