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
5c38945115
commit
8b7a6e019f
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ A dialogue is described by an enumeration, where each variant is one of possible
|
|||
|
||||
Below is a bot, which asks you three questions and then sends the answers back to you. Here's possible states for a dialogue:
|
||||
|
||||
([dialogue_bot/src/dialogue/states/mod.rs](https://github.com/teloxide/teloxide/blob/master/examples/dialogue_bot/src/dialogue/states/mod.rs))
|
||||
([dialogue_bot/src/dialogue/mod.rs](https://github.com/teloxide/teloxide/blob/master/examples/dialogue_bot/src/dialogue/mod.rs))
|
||||
```rust
|
||||
// Imports are omitted...
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue