mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-31 16:40:37 +01:00
Fix the teloxide::handler!
docs
This commit is contained in:
parent
4ee174126d
commit
3df389fcaa
1 changed files with 2 additions and 2 deletions
|
@ -203,8 +203,8 @@ where
|
|||
/// - For `State::MyVariant(param,)` and `State::MyVariant { param, }`, the
|
||||
/// payload is `(param,)`.
|
||||
/// - For `State::MyVariant(param1, ..., paramN)` and `State::MyVariant {
|
||||
/// param1, ..., paramN }`, the payload is `(param1, ..., paramN)` (where `N`
|
||||
/// > 1).
|
||||
/// param1, ..., paramN }`, the payload is `(param1, ..., paramN)` (where
|
||||
/// `N`>1).
|
||||
///
|
||||
/// ## Dependency requirements
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue