diff --git a/README.md b/README.md index a3c2085f..327ad852 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,12 @@ async fn main() { } ``` +
+ + + +
+ ### 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() { } ``` +
+ + + +
+ [More examples!](https://github.com/teloxide/teloxide/tree/master/examples) ## Recommendations diff --git a/media/DIALOGUE_BOT.gif b/media/DIALOGUE_BOT.gif new file mode 100644 index 00000000..66c0675a Binary files /dev/null and b/media/DIALOGUE_BOT.gif differ diff --git a/media/GUESS_A_NUMBER_BOT.png b/media/GUESS_A_NUMBER_BOT.png deleted file mode 100644 index 77465b73..00000000 Binary files a/media/GUESS_A_NUMBER_BOT.png and /dev/null differ diff --git a/media/SIMPLE_COMMANDS_BOT.gif b/media/SIMPLE_COMMANDS_BOT.gif new file mode 100644 index 00000000..fad79f69 Binary files /dev/null and b/media/SIMPLE_COMMANDS_BOT.gif differ diff --git a/media/SIMPLE_COMMANDS_BOT.png b/media/SIMPLE_COMMANDS_BOT.png deleted file mode 100644 index 8fd5532f..00000000 Binary files a/media/SIMPLE_COMMANDS_BOT.png and /dev/null differ