mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Update README.md
This commit is contained in:
parent
0d28799751
commit
7bb2b49621
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ pub enum Dialogue {
|
|||
}
|
||||
```
|
||||
|
||||
The handy `up!` macro automatically generates functions that complete one state to another by appending a field.
|
||||
The handy `up!` macro automatically generates functions that complete one state to another by appending a field. Here are the transition functions:
|
||||
|
||||
([dialogue_bot/src/transitions.rs](https://github.com/teloxide/teloxide/blob/master/examples/dialogue_bot/src/transitions.rs))
|
||||
```rust
|
||||
|
|
Loading…
Reference in a new issue