Commit graph

198 commits

Author SHA1 Message Date
Maybe Waffle
e4f3ec78a2 Fix typos in changelog 2024-02-13 20:36:21 +01:00
Maybe Waffle
8bbe0ecf1a Remove auto send adaptor
It has become useless a while ago.
2024-02-13 20:27:16 +01:00
Waffle Maybe
d5054e9ed6
Merge pull request #954 from TheAwiteb/master
Support for the TBA 6.5
2024-02-13 17:45:53 +00:00
Maybe Waffle
8ffac3802c fixup clippy 2024-02-08 20:32:45 +01:00
Awiteb
43d93268d0
Update teloxide-core/CHANGELOG.md 2024-02-06 08:50:15 +03:00
Awiteb
dbf3e66a99
Add request chat and user 2024-02-06 08:50:05 +03:00
TheAwiteb
f52665dbd0
Add user_chat_id field to ChatJoinRequest 2024-02-05 04:38:37 +03:00
TheAwiteb
3e05086d47
Add the use_independent_chat_permissions field to RestrictChatMember and SetChatPermissions 2024-02-05 04:38:37 +03:00
TheAwiteb
e3b2277fdf
remove can_send_media_messages and add media types
The media types is `can_send_audios`, `can_send_documents`, `can_send_photos`, `can_send_videos`, `can_send_video_notes`, and `can_send_voice_notes`
2024-02-05 04:38:36 +03:00
TheAwiteb
803faf07e4
Remove ChatPermissions::can_send_media_messages instance function 2024-02-05 04:38:36 +03:00
TheAwiteb
cd2ef79b0f
Add can_send_audios, can_send_documents, can_send_photos, can_send_videos, can_send_video_notes, and can_send_voice_notes fields for ChatPermissions and remove can_send_media_messages 2024-02-05 04:38:36 +03:00
Maybe Waffle
1233b913ab Replace ApiError::NotFound with InvalidToken 2024-01-21 20:33:26 +01:00
Maybe Waffle
5901a89667 internal: Remove match_prefix! 2024-01-21 20:17:01 +01:00
Desiders
f1808a7088 Remove unnecessary into 2024-01-15 18:30:04 +03:00
Desiders
2769d342d2 Change type in tests 2024-01-15 18:24:21 +03:00
Desiders
bcaecd1585 Change type 2024-01-15 18:22:21 +03:00
Waffle Maybe
d7f530bd6b
Merge pull request #992 from Lymkwi/document-sendmediagroup-captions
Document the behavior of captions for media groups
2024-01-11 19:31:45 +00:00
Waffle Maybe
a8b5ede1b7
Merge pull request #990 from Desiders/more-detailed-tests-for-inline-query-result
Fix parsing `InlineQueryResult` variants and add tests
2024-01-11 19:26:31 +00:00
Desiders
f8e97d7864 Update CHANGELOG.md 2024-01-11 14:26:26 +03:00
Lymkwi
21bd325dea Document the behavior of captions for media groups
As discussed in #987, the current behavior of captions regarding media
groups is documented in neither teloxide nor the Telegram API[0]. Users
of the official telegram clients may expect to be able to set what
appears to them as a "global" caption on media groups, when such a thing
does not actually exist in the API, and is just the result of how
official clients render media groups with only one captioned
`InputMedia`.

This commit changes the schema which auto-generates payload types, as
well as introduces the changes induced to the documentation of
`SendMediaGroup`.

Fix #987.

Links:
[0]: https://core.telegram.org/bots/api#sendmediagroup

Signed-off-by: Lymkwi <lymkwi@vulpinecitrus.info>
2024-01-10 16:47:02 +01:00
Сырцев Вадим Игоревич
2ba8bb8d34 Fix code according to clippy 2024-01-10 13:59:05 +03:00
Desiders
aa52132938 Add tests for all type variants 2024-01-10 03:10:09 +03:00
Desiders
8ca50a5156 Add raw InlineQueryResult to correct parsing 2024-01-10 03:09:00 +03:00
Desiders
ea1bf008d6
Merge branch 'teloxide:master' into more-detailed-tests-for-inline-query-result 2024-01-10 01:06:29 +03:00
Сырцев Вадим Игоревич
2d515312d2 Update changelogs 2024-01-05 18:28:32 +03:00
Сырцев Вадим Игоревич
f3ade10d00 Add FIXME rewrite reminder for "define_message_ext" 2024-01-05 18:24:05 +03:00
Сырцев Вадим Игоревич
f2e8e86509 update CHANGELOG.md 2024-01-03 14:37:11 +03:00
Сырцев Вадим Игоревич
910abe2b4c Replace filter_* fns returning Option<&True> by fns returning bool 2024-01-03 13:23:57 +03:00
Сырцев Вадим Игоревич
882e37a4a7 Update CHANGELOG.md 2023-12-16 14:46:29 +03:00
Сырцев Вадим Игоревич
4b734893b2 Update CHANGELOG.md 2023-12-16 14:37:27 +03:00
Сырцев Вадим Игоревич
605db18b0a Add missing Message::filter_ functions 2023-12-16 14:03:30 +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
Desiders
b54d994ee8
Merge branch 'teloxide:master' into more-detailed-tests-for-inline-query-result 2023-11-29 12:11:55 +03:00
Desiders
bb09aeb980 Add tests to validate variants in enum 2023-11-29 12:00:24 +03: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
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
Maybe Waffle
729484af4c satisfy clippy 2023-09-27 13:17:11 +04:00