Commit graph

4417 commits

Author SHA1 Message Date
Maybe Waffle
0e3ffc7e77 Fix cargo docs and use --cfg docsrs in CI 2024-01-21 17:58:13 +01:00
Maybe Waffle
a233c3bcd0 Update some easy deps 2024-01-20 03:48:05 +01:00
Waffle Maybe
2945f4d301
Merge pull request #995 from syrtcevvi/sqlx_advance
Sqlx version advance
2024-01-17 00:04:03 +00:00
Waffle Maybe
83fc16d9f4
Merge pull request #994 from Desiders/fix-audio-duration-type
Fix audio duration type
2024-01-16 18:05:08 +00:00
Desiders
bcbfd5fd31 Add changelog 2024-01-16 20:36:40 +03:00
Сырцев Вадим Игоревич
0693113b82 Update CHANGELOG.md 2024-01-15 19:48:52 +03:00
Сырцев Вадим Игоревич
e2af6db694 Rename feature sqlite-storage to sqlite-storage-nativetls 2024-01-15 19:32:34 +03:00
Сырцев Вадим Игоревич
4fcb906551 Increase sqlx version 2024-01-15 19:31:29 +03: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
Waffle Maybe
0d47b40137
Merge pull request #915 from CrawKatt/chat_member_update_example
Chat member update example
2024-01-10 11:37:30 +00:00
CrawKatt
5ab12823e5 Added example chat_member_updates.rs 2024-01-10 08:30:20 -03:00
Waffle Maybe
0add7f48bd
Merge pull request #982 from syrtcevvi/add_missing_filter_fns
Add missing filter fns
2024-01-10 11:19:08 +00:00
Сырцев Вадим Игоревич
2ba8bb8d34 Fix code according to clippy 2024-01-10 13:59:05 +03:00
Сырцев Вадим Игоревич
720c8b2c5f Fix docs styling 2024-01-10 13:51:27 +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
Waffle Maybe
27ca603821
Merge pull request #989 from TheAwiteb/update-license-year
Update the license year
2024-01-07 08:23:18 +00:00
TheAwiteb
93a2711476
Update license year to 2019-2024 2024-01-07 11:18:05 +03:00
Waffle Maybe
6dc174181c
Merge pull request #988 from TheAwiteb/triagebot-review-requested
Update triagebot configuration
2024-01-07 08:15:38 +00:00
TheAwiteb
08912042af
Update triagebot configuration
- Add the `[review-requested]` table to add and remove status labels when requesting a review
- Add `contributing_url` to `[assign]` table
2024-01-07 11:07:04 +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
Сырцев Вадим Игоревич
0993cbc5ae Improve documentation and fix typos 2024-01-05 18:03:57 +03:00
Waffle Maybe
9b22adc44a
Merge pull request #937 from TheAwiteb/alias-and-aliases
Support `alias`, `aliases` and `hide_aliases`
2024-01-05 11:43:24 +00:00
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
Сырцев Вадим Игоревич
f2e8e86509 update CHANGELOG.md 2024-01-03 14:37:11 +03:00
Сырцев Вадим Игоревич
0d082e0f68 Extend documentation about filter_* fns 2024-01-03 14:28:40 +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
Waffle Maybe
23f2e829e2
Merge pull request #981 from Zagzuz/must-use-adaptors
Add `#[must_use]` to bot adaptors
2023-12-08 20:03:54 +00:00
Zagzuz
f7fd84ac32 add #[must_use] to bot adaptors 2023-12-08 14:31:35 +06:00
Tima Kinsart
f0ee575416
Merge pull request #962 from teloxide/lmao
Don't auto-add `C-main` label to all PRs
2023-12-05 20:50:36 +00:00