Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-07-21 13:52:44 +06:00 committed by GitHub
parent 0d28799751
commit 7bb2b49621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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