mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
Upload gifs
This commit is contained in:
parent
1006a7d187
commit
a24c2f793a
5 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -174,6 +174,12 @@ async fn main() {
|
|||
}
|
||||
```
|
||||
|
||||
<div align="center">
|
||||
<kbd>
|
||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/SIMPLE_COMMANDS_BOT.gif />
|
||||
</kbd>
|
||||
</div>
|
||||
|
||||
### Dialogues
|
||||
A dialogue is described by an enumeration, where each variant is one of possible dialogue's states. There are also _transition functions_, which turn a dialogue from one state to another, thereby forming an [FSM].
|
||||
|
||||
|
@ -325,6 +331,12 @@ async fn main() {
|
|||
}
|
||||
```
|
||||
|
||||
<div align="center">
|
||||
<kbd>
|
||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/DIALOGUE_BOT.gif />
|
||||
</kbd>
|
||||
</div>
|
||||
|
||||
[More examples!](https://github.com/teloxide/teloxide/tree/master/examples)
|
||||
|
||||
## Recommendations
|
||||
|
|
BIN
media/DIALOGUE_BOT.gif
Normal file
BIN
media/DIALOGUE_BOT.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
Binary file not shown.
Before Width: | Height: | Size: 188 KiB |
BIN
media/SIMPLE_COMMANDS_BOT.gif
Normal file
BIN
media/SIMPLE_COMMANDS_BOT.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
Binary file not shown.
Before Width: | Height: | Size: 163 KiB |
Loading…
Reference in a new issue