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 |
|
Maybe Waffle
|
51fcc5151c
|
Buttons: use message.chat.id, instead of passing it via callback data
|
2021-10-16 10:12:21 +03:00 |
|
Hirrolot
|
ef7eda54fe
|
Merge pull request #456 from dcariotti/examples/buttons
Add example using the InlineKeyboardMarkup
|
2021-10-13 14:45:32 +06:00 |
|
Santo Cariotti
|
5bacb6d681
|
Fix typo for callback_handler
|
2021-10-13 09:19:27 +02:00 |
|
Santo Cariotti
|
d501c031ff
|
Fix name for message handler
|
2021-10-12 21:56:49 +02:00 |
|
Santo Cariotti
|
296c851a11
|
Remove pub keywords
|
2021-10-12 21:55:36 +02:00 |
|
Santo Cariotti
|
e8b27ba749
|
Merge two source files into one
|
2021-10-12 21:53:41 +02:00 |
|
Santo Cariotti
|
52ce224b6c
|
Use callbacks into a self function
|
2021-10-12 21:50:37 +02:00 |
|
Santo Cariotti
|
6f963c91e6
|
Remove async on make keyboard function
|
2021-10-12 21:34:19 +02:00 |
|
Santo Cariotti
|
24f141c452
|
Add example using the InlineKeyboardMarkup
|
2021-10-12 20:12:56 +02:00 |
|
Hirrolot
|
04920aa1a8
|
Merge pull request #455 from wa7sa34cx/patch-1
Use a shorter description for a nice look
|
2021-10-12 15:16:35 +06:00 |
|
Alex Black
|
31488d2888
|
Use a shorter description for a nice look
Without wrapping the description to the next line
|
2021-10-12 12:05:25 +03:00 |
|
Hirrolot
|
ea82930e48
|
Merge pull request #454 from teloxide/Hirrolot-patch-1
Add `wa7sa34cx/the-black-box-bot` to the community bots
|
2021-10-12 13:50:50 +06:00 |
|
Hirrolot
|
87b621e018
|
Merge branch 'dev' into Hirrolot-patch-1
|
2021-10-12 13:12:48 +06:00 |
|
Hirrolot
|
47c85399db
|
Add wa7sa34cx/the-black-box-bot
|
2021-10-12 13:11:56 +06:00 |
|
meguminloli
|
f3fa74a3be
|
updated README.md
|
2021-10-12 13:11:56 +06:00 |
|
Waffle
|
5402399b90
|
Require that AsUpdateStream::Stream is Send
|
2021-10-12 13:11:56 +06:00 |
|
Waffle
|
2b7c981d86
|
Fix doc(cfg) annotation
|
2021-10-12 13:11:56 +06:00 |
|
Waffle Lapkin
|
bed5dd5654
|
Remove square brackets from changelog
|
2021-10-12 13:11:56 +06:00 |
|
YesSeri
|
aebb1a2d6c
|
Update README.md
|
2021-10-12 13:11:56 +06:00 |
|
Hirrolot
|
2fec451a90
|
Prepare for v0.5.2
|
2021-10-12 13:11:56 +06:00 |
|
Waffle Maybe
|
db57303172
|
Merge pull request #452 from teloxide/auto-send-by-default
Add `auto-send` to the list of default features
|
2021-10-12 10:03:46 +03:00 |
|
Maybe Waffle
|
fc4bb6be14
|
fix clippy
|
2021-10-10 15:15:16 +03:00 |
|
Maybe Waffle
|
56e7b6feb2
|
Add auto-send to the list of default features
|
2021-10-10 14:47:21 +03:00 |
|
Hirrolot
|
c7c9ce93e9
|
Merge pull request #448 from meguminloli/dev
updated README.md to push example project
|
2021-09-12 00:46:35 +06:00 |
|
meguminloli
|
ae80c9455f
|
updated README.md
|
2021-09-11 21:30:34 +03:00 |
|
Hirrolot
|
001231b860
|
Merge pull request #447 from teloxide/sendness
Require that `AsUpdateStream::Stream` is `Send`
|
2021-09-04 05:10:09 -07:00 |
|
Waffle
|
a97050de24
|
Require that AsUpdateStream::Stream is Send
|
2021-09-04 14:05:18 +03:00 |
|
Waffle
|
18cfb675bf
|
Fix doc(cfg) annotation
|
2021-09-04 14:00:43 +03:00 |
|
Hirrolot
|
10d1258683
|
Merge pull request #443 from teloxide/remove-square-brackets-from-changelog
Remove square brackets from changelog
|
2021-08-31 08:46:21 -07:00 |
|
Waffle Lapkin
|
38c3d6e119
|
Remove square brackets from changelog
|
2021-08-31 18:38:21 +03:00 |
|
Hirrolot
|
92be5231e7
|
Merge pull request #438 from YesSeri/dev
Update README.md with PowerShell command
|
2021-08-25 12:07:56 -07:00 |
|
YesSeri
|
029f7303c7
|
Update README.md
|
2021-08-25 20:48:08 +02:00 |
|
Hirrolot
|
1c088d14b9
|
Merge pull request #436 from teloxide/v0.5.2
Prepare for v0.5.2
|
2021-08-25 11:14:29 -07:00 |
|
Hirrolot
|
2a6067fe94
|
Prepare for v0.5.2
|
2021-08-25 23:51:19 +06:00 |
|
Waffle Lapkin
|
f883f7325c
|
Merge pull request #435 from teloxide/update_futures
Depend on a right `futures` version
|
2021-08-25 19:26:59 +03:00 |
|
Waffle
|
5e260d0afc
|
Depend on a right futures version
|
2021-08-25 18:12:14 +03:00 |
|
Hirrolot
|
2b55ee8482
|
Merge pull request #424 from teloxide/Hirrolot-patch-1
Add more community bots
|
2021-08-21 22:49:03 -07:00 |
|
Hirrolot
|
b45bc081d2
|
Merge branch 'dev' into Hirrolot-patch-1
|
2021-08-21 22:39:17 -07:00 |
|
Hirrolot
|
e2db85e162
|
Paraphrase magnickolas/remindee-bot
|
2021-08-22 11:37:16 +06:00 |
|
Hirrolot
|
06ad93b3ce
|
Merge pull request #428 from teloxide/add_crate_upd_bot_to_community_bots_list
Add WaffleLapkin/crate_upd_bot to `Community bots` list
|
2021-08-19 22:49:46 -07:00 |
|
Hirrolot
|
f3df688f4c
|
Merge pull request #425 from shadsbot/dev
Include inline bot example
|
2021-08-19 22:48:39 -07:00 |
|
Hirrolot
|
df9a10105e
|
Merge pull request #429 from cyberknight777/dev
Add cyberknight777/knight-bot to community bots
|
2021-08-19 22:47:38 -07:00 |
|
Cyber Knight
|
d8a8648911
|
Add cyberknight777/knight-bot to community bots
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
|
2021-08-20 13:24:24 +08:00 |
|
Waffle Lapkin
|
d3906476e9
|
Add WaffleLapkin/crate_upd_bot to Community bots list
|
2021-08-20 01:32:55 +03:00 |
|
Colin Diener
|
f5a7187295
|
Apply builder-pattern to second example result
|
2021-08-19 11:23:57 -07:00 |
|
Colin Diener
|
1bd47314be
|
Remove dbg! macro in favour of log::error! macro
|
2021-08-19 11:05:56 -07:00 |
|
Colin Diener
|
43f8e73973
|
Remove superfluous struct
|
2021-08-19 11:03:53 -07:00 |
|
Colin Diener
|
f6ad066087
|
Clarify verbage from message to query
|
2021-08-19 11:00:58 -07:00 |
|
Colin Diener
|
93c8e00086
|
Remove unused dispatcher variable, Bot to AutoSend
|
2021-08-19 10:56:39 -07:00 |
|