mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Update README.md
This commit is contained in:
parent
7731de6e2f
commit
eb35892fec
1 changed files with 2 additions and 0 deletions
|
@ -240,6 +240,8 @@ wrap_dialogue!(
|
|||
);
|
||||
```
|
||||
|
||||
The [`wrap_dialogue!`](https://docs.rs/teloxide/latest/teloxide/macro.wrap_dialogue.html) macro generates a new-type of `Dialogue` with a default implementation.
|
||||
|
||||
([dialogue_bot/src/transitions.rs](https://github.com/teloxide/teloxide/blob/master/examples/dialogue_bot/src/transitions.rs))
|
||||
```rust
|
||||
// Imports are omitted...
|
||||
|
|
Loading…
Add table
Reference in a new issue