teloxide/examples/buttons
Maybe Waffle 7ae2d7efba Buttons: use better layout for buttons
Allow multiple buttons in a row, ie use

```text
a | b | c
d | e | f
    g
```

instead of

```text
a
b
c
d
e
f
g
```
2021-10-16 10:26:30 +03:00
..
src Buttons: use better layout for buttons 2021-10-16 10:26:30 +03:00
Cargo.toml Add example using the InlineKeyboardMarkup 2021-10-12 20:12:56 +02:00