TheAwiteb
232c9c7d77
Add alias
, aliases
and hide_aliases
to examples
2024-01-05 10:35:12 +03:00
TheAwiteb
67670e19d3
Add alias
, aliases
and hide_aliases
to docs
2024-01-05 10:35:11 +03:00
TheAwiteb
019f9e9247
Update changelogs for #937
2024-01-05 10:35:10 +03:00
TheAwiteb
f3281b6eac
hide_aliases
tests
2024-01-05 10:23:43 +03:00
TheAwiteb
ed90485fdf
Ability to hide the command aliases from the help message
2024-01-05 10:23:43 +03:00
TheAwiteb
3d050eaf43
Fix doc test
2024-01-05 10:23:43 +03:00
TheAwiteb
eeb0ef663f
Command aliases tests
2024-01-05 10:23:42 +03:00
TheAwiteb
d13d3e2b2a
Support command aliases
2024-01-05 10:23:34 +03:00
TheAwiteb
1cc5a2d4fe
Add array value to AttrValue
2024-01-05 10:18:11 +03:00
Tima Kinsart
d7a468c881
Merge pull request #961 from teloxide/parsemodder
...
Support more methods in `DefaultParseMode`
2023-12-08 21:32:08 +00:00
Zagzuz
f7fd84ac32
add #[must_use]
to bot adaptors
2023-12-08 14:31:35 +06:00
Waffle Maybe
cbee55056b
Merge pull request #973 from Desiders/fix-set-chat-title-title-length
...
Change setChatTitle title length
2023-11-25 19:43:20 +00:00
Desiders
bacd84110e
Change setChatTitle title length
2023-11-25 19:21:21 +03:00
Desiders
6075b150f9
Change poll question length
2023-11-25 19:14:30 +03:00
Maybe Waffle
d26bd0629b
Update changelog
2023-11-05 23:50:54 +01:00
Maybe Waffle
0017480467
Replace a couple for loops with .for_each
...
I will not be explaining why (maybe unless you ask me)
2023-11-05 23:39:36 +01:00
Maybe Waffle
f4dd70604c
Add proper support for send_media_group
and edit_message_media{,_inline}
in DefaultParseMode
2023-11-05 23:37:23 +01:00
Maybe Waffle
88eb35ad95
Add proper support for answer_inline_query
and answer_web_app_query
in DefaultParseMode
2023-11-05 23:19:59 +01:00
Maybe Waffle
746302f851
Support CopyMessage
by DefaultParseMode
2023-11-05 22:58:15 +01:00
Maybe Waffle
6fc6664be9
Re-implement DefaultParseMode
adaptor, to apply parse mode at send
2023-11-05 22:49:55 +01:00
jrx
ec7e08bf26
fmt again
2023-10-27 23:05:01 +02:00
jrx
7941dda28d
made rust docs happy
2023-10-27 23:03:12 +02:00
jrx
b77b1a62c8
cargo fmt
2023-10-27 22:36:20 +02:00
jrx
af1c0b2864
removed artifact of the past in comments, all *dispatch* functions had an unused link def to ShutdownToken::shutdown
2023-10-11 21:24:43 +02:00
Jérôme Rx
d2d572cce3
Merge branch 'teloxide:master' into tryable_bot
2023-10-11 21:07:28 +02:00
mikhailantoshkin
63636a5787
Fix typos in documentation
2023-10-08 11:05:17 +09:00
Maybe Waffle
81b4c248a1
Silence clippy
2023-10-04 22:19:46 +04:00
Maybe Waffle
fbd5bf66cd
bump msrv
2023-10-04 22:19:46 +04:00
Maybe Waffle
e5503e6525
format cargo tomls
2023-10-04 19:42:18 +04:00
Maybe Waffle
cec2a018ff
Use futures::future::select
instead of tokio::select!
...
Pros: less macros, fixes the missing feature issue.
Cons: a bit more code because `fututres` is an annoying crate
which does not use `either::Either` and provides its
own `Either` which does not have `map_either`, or
basically anything for that matter.
2023-10-04 19:37:18 +04:00
Tima Kinsart
d21ca11a54
Merge pull request #938 from teloxide/ ⚠️ polling-in-flight ⚠️
...
Improve graceful shutdown
2023-09-29 19:02:05 +00:00
Maybe Waffle
729484af4c
satisfy clippy
2023-09-27 13:17:11 +04:00
Maybe Waffle
4b508966a2
Update proc-macro2
to fix nightly issue
2023-09-27 13:17:11 +04:00
Maybe Waffle
557a7c0df7
re-fmt
2023-09-27 13:17:11 +04:00
Maybe Waffle
04df142191
Update nightly rust used for development and CI
2023-09-27 13:16:53 +04:00
Waffle Maybe
53f3e3a92f
Fixup changelog a bit
2023-09-25 23:28:04 +04:00
Maybe Waffle
6cc6c04192
Polling: poll
stop flag instead of checking, to make sure we wakeup immediately when stopping
2023-09-25 21:28:16 +04:00
Maybe Waffle
2b7eea2679
Use waker API instead of recursing
2023-09-25 20:45:27 +04:00
Maybe Waffle
808a0cf4fb
Drop in-flight requests when polling is asked to stop
2023-09-25 20:31:19 +04:00
Maybe Waffle
d3c69eb0c9
Remove UpdateListener::timeout_hint
2023-09-25 20:22:47 +04:00
Maybe Waffle
07e08bef6c
Don't use timeout to check ShutdownToken
2023-09-25 20:15:01 +04:00
Maybe Waffle
836080523f
Add a bit of trace!
logging to polling for easier debug
2023-09-25 19:30:58 +04:00
Roman Proskuryakov
254002619b
Add changelog
2023-09-25 00:31:11 +03:00
Roman Proskuryakov
e73ed1bd0e
More tests
2023-09-25 00:31:11 +03:00
Roman Proskuryakov
835f31be80
Implemend command_separator attr to split command and args
...
Signed-off-by: Roman Proskuryakov <r.proskuryakoff@gmail.com>
2023-09-25 00:31:11 +03:00
Waffle Maybe
c7feb38995
Merge pull request #860 from teloxide/release-chores
...
Simplify release process by using `cargo-release`
2023-09-24 00:57:42 +00:00
Jérôme Rx
122ddbbd42
Merge branch 'teloxide:master' into tryable_bot
2023-09-23 22:11:40 +02:00
Jérôme Rx
0c37e7d40e
Update crates/teloxide/src/dispatching/dispatcher.rs
...
LGTM
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2023-09-23 22:10:47 +02:00
Jérôme Rx
1452695a15
Update crates/teloxide/src/dispatching/dispatcher.rs
...
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2023-09-23 22:10:13 +02:00
Tima Kinsart
f670a88c67
Merge pull request #861 from TheAwiteb/support-doc-attr
...
Support setting the help message of commands with `/// ...`
2023-09-22 22:29:28 +00:00