Maybe Waffle
1a56c6fc77
Move all media to media/
2022-11-01 18:30:52 +04:00
Maybe Waffle
c84fa49600
Fix teloxide readme
2022-11-01 17:59:11 +04:00
Hirrolot
727a604638
Update the migration guide version
...
Former-commit-id: 08d2e4f102
2022-10-31 21:26:28 +06:00
Sima Kinsart
ba064a243d
Don't list the auto-send
feature in README.md
...
Former-commit-id: 69d86d91dd
2022-10-31 15:56:13 +06:00
Sima Kinsart
2fd41bda94
Merge branch 'dev' into rocksdb-storage
...
Former-commit-id: 24f8476da7
2022-10-30 11:57:10 +06:00
Sima Kinsart
9a078b738b
Merge pull request #746 from teloxide/command-repl
...
Implement the `CommandRepl` trait
Former-commit-id: cb2298d40d
2022-10-29 15:34:23 +06:00
Sima Kinsart
b147b98930
Merge pull request #752 from teloxide/update-readme-highlights
...
Mention graceful shutdown in the highlights
Former-commit-id: f8b03ea733
2022-10-29 14:26:46 +06:00
xamgore
6b8336a669
Extend dialogue storages with RocksDB
...
Former-commit-id: d75b465205
2022-10-25 17:01:02 +04:00
Sima Kinsart
7963a9184a
Mention graceful shutdown in the highlights
...
Former-commit-id: d60a7d0341
2022-10-22 10:11:18 +06:00
Hirrolot
5ed01a91d4
Use Command::repl
in README.md
...
Former-commit-id: db30e9efbe
2022-10-11 14:57:40 +06:00
Lev Khoroshansky
5fb01ee8d5
fix: No need for hyphens
...
Former-commit-id: aec777d899
2022-10-09 19:59:52 +03:00
Lev Khoroshansky
a5419f3475
fix: Grammar & typos
...
Former-commit-id: b3fe220d99
2022-10-09 19:42:20 +03:00
Hirrolot
cedc7df410
Merge branch 'dev' into v0.11.0
...
Former-commit-id: cfc0776621
2022-10-07 17:23:52 +06:00
Hirrolot
637b185fae
Update MSRV in README.md
...
Former-commit-id: 5bed819c9f
2022-10-07 17:22:46 +06:00
Hirrolot
d680bef0ba
Release v0.11.0
...
Former-commit-id: 4e56dd29b1
2022-10-07 16:55:57 +06:00
Hirrolot
36290a22c3
Merge pull request #735 from teloxide/consistent-naming
...
Use consistent naming of our crates
Former-commit-id: 97e2cb0aa1
2022-10-07 16:44:27 +06:00
Hirrolot
85fda7a3b5
Use <code>teloxide</code>
in README.md
...
Former-commit-id: 60f0cd128d
2022-10-07 16:39:49 +06:00
Hirrolot
01f0818e94
Use consistent naming of our crates
...
Former-commit-id: 1ab5bdfc77
2022-10-07 16:34:42 +06:00
Hirrolot
22f37a9cc7
Apply a tiny review suggestion
...
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
Former-commit-id: 3d65f81eae
2022-10-07 16:30:33 +06:00
Hirrolot
c017a1794f
Simplify the highlights more
...
Former-commit-id: 6966ab9ce1
2022-10-07 10:45:35 +06:00
Hirrolot
a2df72e903
Update the 'Highlights' section
...
I've simplified the point about dialogues and added the point "Feature-rich", which mentions some functionality typically asked by users in our support chat.
Former-commit-id: 6043f5566e
2022-10-07 10:38:52 +06:00
Maybe Waffle
529a316b0f
fixup tests and examples that use derive(BotCommands)
...
Former-commit-id: dc652da1ac
2022-10-05 10:11:50 +04:00
Hirrolot
563c56ef3a
Fix a code typo in README.md
...
Former-commit-id: a3116bb0d6
2022-10-03 18:01:24 +06:00
Hirrolot
53be9d0e92
Reorder parameters in the examples
...
In reordering the parameters, I stick the following principle: place parameters from least changing to most changing. Thus, we have config and bot right from the beginning, next a dialogue with a possible payload, and next updates such as messages, inline queries, etc. This principle is used in languages with a native support for currying, although in Rust people appear to order parameters arbitrarily, so this commit is mostly for the sake of consistency.
Former-commit-id: 5922984f6c
2022-10-03 17:54:06 +06:00
Hirrolot
b0feab6e9a
Use RequestError
in REPLs
...
Former-commit-id: cde6827cee
2022-10-02 21:44:04 +06:00
Hirrolot
8bb502d91c
Update the number of repos dependant on teloxide
...
Former-commit-id: d1bef5112e
2022-10-01 17:11:15 +06:00
Hirrolot
05501015ee
Stop using AutoSend
in the examples and docs
...
Former-commit-id: 00efbe163a
2022-09-29 09:37:20 +06:00
Hirrolot
5fac8bc513
Update the 'Community bots' section with GitHub dependents
...
Former-commit-id: 24d90fcdc8
2022-07-22 20:03:57 +06:00
Maybe Waffle
d97646b38b
Fix image paths in readme
...
Former-commit-id: b0bfbcbc72
2022-07-22 13:47:10 +04:00
Hirrolot
e769deff85
Remove ArtHome12/vzmuinebot
from outdated bots
...
I think it was added by mistake since it uses teloxide v0.9.2, which is a relatively new version.
Former-commit-id: ecf0c36356
2022-07-21 20:15:44 +06:00
Maybe Waffle
11231655c2
Move ctrlc handler enable function to DispatcherBuilder
...
This helps with consistency -- every setting is changed in builder.
Also `Self -> Self` function sometimes plays more nicely with borrowck.
Former-commit-id: dd4af30727
2022-07-21 13:32:05 +04:00
Hirrolot
378acfc17a
Put community bots with old teloxide into a hidden section
...
Former-commit-id: 92abc22613
2022-07-21 14:51:22 +06:00
Hirrolot
b6c6e3e1ee
Add zamazan4ik/npaperbot-telegram
to community bots
...
Former-commit-id: ca85dfff16
2022-07-21 14:28:26 +06:00
Hirrolot
31cfca1615
Update the API coverage badge
...
Former-commit-id: 7e6c04643f
2022-07-20 20:13:44 +06:00
Hirrolot
e212765847
Drop community bots using old versions of teloxide
...
Also, prettify the list representation a little bit.
Former-commit-id: d2cb46382c
2022-07-20 20:11:55 +06:00
Maybe Waffle
1b2b1ee30c
update faq
...
Former-commit-id: 4af32d21eb
2022-07-19 14:54:01 +04:00
Maybe Waffle
a7eff7192b
bump version
...
Former-commit-id: 6996c7ff87
2022-07-19 14:53:42 +04:00
Raine Virta
651526f2c0
Add tgreddit to Community Bots
...
Former-commit-id: 9fc68dc73f
2022-07-07 22:05:31 +02:00
Hirrolot
3dfd861299
Fix GIFs resizing in README.md
...
Former-commit-id: d232319dfa
2022-06-27 01:57:27 +06:00
Hirrolot
f33499da32
Update README.md
...
Former-commit-id: ef0b2f2795
2022-06-22 15:26:23 +06:00
0xNima
2f880395b9
update community bots
...
Former-commit-id: 174b64e6f4
2022-06-17 18:21:04 +04:30
Alexander Danilov
5a103ed354
Add modos189/tg_blackbox_bot
...
Former-commit-id: ecef7ec8cc
2022-06-16 21:19:03 +03:00
Hirrolot
b7cfd7f666
Update other doc places
...
Former-commit-id: 5b2b7c23f7
2022-05-26 23:26:53 +06:00
Hirrolot
0d5efcbdf1
Improve README.md
...
Former-commit-id: 2d2be5759e
2022-04-28 03:08:25 +06:00
Hirrolot
f06d5624d3
Change the path to ICON.png
...
Previously it didn't show on crates.io.
Former-commit-id: 3a10c32183
2022-04-27 21:44:07 +06:00
Hirrolot
29769b23cf
Resize the GIFs to 420px width
...
Former-commit-id: 5a55789492
2022-04-27 21:40:27 +06:00
Hirrolot
306cf91e6a
Update the README.md
supported bot API badge
...
Former-commit-id: 0389dd9d02
2022-04-27 21:04:53 +06:00
Hirrolot
dbd46dd9cd
Release v0.9.0
...
Former-commit-id: fcea341bc8
2022-04-27 16:10:33 +06:00
Hirrolot
1d1ff7db5a
Merge pull request #613 from teloxide/dptree-case
...
Deprecate `teloxide::handler!` in favour of `dpree::case!`
Former-commit-id: 0d36a1e2b7
2022-04-27 16:05:15 +06:00
Hirrolot
1b565525b1
Fix missing #[tokio::main]
in README.md
2022-04-27 15:47:33 +06:00