Create new screenshots from MacOS

This commit is contained in:
Sergey Levitin 2020-02-19 03:45:03 +03:00
parent 019d9a09de
commit 4a44462e3f
4 changed files with 12 additions and 4 deletions

View file

@ -1,7 +1,7 @@
<div align="center">
<img src="ICON.png" width="250"/>
<h1>teloxide</h1>
<a href="https://docs.rs/teloxide/">
<img src="https://img.shields.io/badge/docs.rs-v0.1.0-blue.svg">
</a>
@ -88,7 +88,9 @@ TELOXIDE_TOKEN=<Your token here> cargo run
</details>
<div align="center">
<img src=https://github.com/teloxide/teloxide/raw/master/media/PING_PONG_BOT.png width="400" />
<kbd>
<img src=https://github.com/teloxide/teloxide/raw/master/media/PING_PONG_BOT.png width="600" />
</kbd>
</div>
## Commands
@ -157,7 +159,10 @@ TELOXIDE_TOKEN=<Your token here> cargo run
</details>
<div align="center">
<img src=https://github.com/teloxide/teloxide/raw/master/media/SIMPLE_COMMANDS_BOT.png width="400" />
<kbd>
<img src=https://github.com/teloxide/teloxide/raw/master/media/SIMPLE_COMMANDS_BOT.png width="500"/>
</kbd>
<br/><br/>
</div>
@ -254,7 +259,10 @@ TELOXIDE_TOKEN=<Your token here> cargo run
</details>
<div align="center">
<img src=https://github.com/teloxide/teloxide/raw/master/media/GUESS_A_NUMBER_BOT.png width="400" />
<kbd>
<img src=https://github.com/teloxide/teloxide/raw/master/media/GUESS_A_NUMBER_BOT.png width="600" />
</kbd>
<br/><br/>
</div>
Our [finite automaton](https://en.wikipedia.org/wiki/Finite-state_machine), designating a user dialogue, cannot be in an invalid state, and this is why it is called "type-safe". We could use `enum` + `Option`s instead, but it will lead is to lots of unpleasure `.unwrap()`s.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 163 KiB