mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-13 19:27:52 +01:00
Update README.md
Co-authored-by: Temirkhan Myrzamadi <hirrolot@gmail.com>
This commit is contained in:
parent
bfe5ae43fb
commit
ac99b39d67
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ async fn receive_location(
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
All these transition functions accept a corresponding state (one of the many variants of `Dialogue`), a context, and a textual message. They return `TransitionOut<Dialogue>`, e.g. a mapping from `<your state type>` to `Dialogue`.
|
All these subtransition functions accept a corresponding state (one of the many variants of `Dialogue`), a context, and a textual message. They return `TransitionOut<Dialogue>`, e.g. a mapping from `<your state type>` to `Dialogue`.
|
||||||
|
|
||||||
Finally, the `main` function looks like this:
|
Finally, the `main` function looks like this:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue