Waffle Maybe
8c3aa66af5
Add more auto labeling to teloxidebot
2024-02-13 19:47:23 +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
Waffle Maybe
54a77dcc84
Merge pull request #1010 from teloxide/unbump-ahash
...
Pin ahash version
2024-02-13 15:31:04 +00:00
Maybe Waffle
199a9a8acc
Pin ahash version
2024-02-13 14:33:48 +01:00
Waffle Maybe
6f0861f3f6
Merge pull request #998 from teloxide/tba-error
...
Replace `ApiError::NotFound` with `InvalidToken`
2024-02-10 02:36:39 +00:00
Maybe Waffle
8ffac3802c
fixup clippy
2024-02-08 20:32:45 +01:00
Tima Kinsart
bfe9b94b87
Merge pull request #1000 from teloxide/issue-template-fix
...
Fixup issue template
2024-02-08 19:26:30 +00:00
TheAwiteb
423ef411a9
Update README.md
...
Update the telegram support badge version to 6.5
2024-02-06 08:50:15 +03: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
Waffle Maybe
9c70cc4a0b
Merge pull request #1002 from syrtcevvi/network_down_cpu_spike_fix
...
Add exponential backoff strategy to the polling
2024-02-02 11:38:13 +00:00
Сырцев Вадим Игоревич
cdca875b63
Fix backoff bugs
2024-02-01 10:35:10 +03:00
Сырцев Вадим Игоревич
58f8a35825
Apply suggestions from code review #1002
...
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2024-02-01 10:09:58 +03:00
Сырцев Вадим Игоревич
927e0ad044
Update CHANGELOG.md
2024-01-31 23:03:22 +03:00
Сырцев Вадим Игоревич
b6e9dc8a81
Add exponential backoff strategy to the polling
2024-01-31 22:56:08 +03:00
Waffle Maybe
ddf00e6bf3
Update unknown-telegram-error.md
2024-01-23 14:40:51 +01:00
Waffle Maybe
425a49dafa
Update parse-error.md
2024-01-23 14:39:51 +01:00
Waffle Maybe
e22d8623d7
Update bug_report.md
2024-01-23 14:37:54 +01:00
Waffle Maybe
e185c6c8a6
Update feature_request.md
2024-01-23 14:35:37 +01: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
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