Сырцев Вадим Игоревич
|
d2fd9fb93a
|
Add tests to issue #1107
|
2024-07-22 08:50:52 +03:00 |
|
Waffle Maybe
|
89ad80dcca
|
Merge pull request #1066 from strongtu/master
send_game needs chat_id by ChatId not u32
|
2024-07-21 14:36:30 +00:00 |
|
Tima Kinsart
|
f4c1d9ee5c
|
Update CHANGELOG.md
|
2024-07-21 19:11:41 +05:00 |
|
Hirrolot
|
2126ee8b2f
|
Remove the ahash dependency
|
2024-07-21 19:05:44 +05:00 |
|
Hirrolot
|
c82c57f0b1
|
Fix compilation
|
2024-07-21 09:25:27 +05:00 |
|
Hirrolot
|
79b5781714
|
Downgrade deadpool to v0.10.0
|
2024-07-21 08:33:26 +05:00 |
|
Hirrolot
|
1d2c273d25
|
Downgrade deadpool-runtime to v0.1.3
|
2024-07-21 08:30:01 +05:00 |
|
Tima Kinsart
|
cc945e8e39
|
Merge branch 'master' into deadpool-redis
|
2024-07-21 08:10:11 +05:00 |
|
Hirrolot
|
71448b7a0c
|
Apply review suggestions
|
2024-07-21 08:08:36 +05:00 |
|
Tima Kinsart
|
f86aac0ffb
|
Merge pull request #1104 from pfa230/master
Unpin aHash dependency
|
2024-07-21 02:29:42 +00:00 |
|
Fedir Panasenko
|
9ccf233ec8
|
Unpin ahash dependency
|
2024-07-20 22:13:09 -04:00 |
|
Andrey Brusnik
|
e6796d48eb
|
Add current supported TBA version to the teloxide docs
|
2024-07-20 21:20:43 +04:00 |
|
Andrey Brusnik
|
ad28965d35
|
Bump supported TBA version in teloxide-core docs
|
2024-07-20 21:20:03 +04:00 |
|
Andrey Brusnik
|
116c635804
|
Bump TBA version in schema
|
2024-07-18 16:00:17 +04:00 |
|
Andrey Brusnik
|
8c26a30b9b
|
Update CHANGELOG.md & README.md
|
2024-07-18 16:00:17 +04:00 |
|
Andrey Brusnik
|
c971d83330
|
Add from_request and from_attachment_menu fields to WriteAccessAllowed
|
2024-07-18 16:00:17 +04:00 |
|
Andrey Brusnik
|
cef06d21de
|
Add can_post_stories , can_edit_stories and can_delete_stories parameters
to PromoteChatMember
|
2024-07-18 16:00:17 +04:00 |
|
Andrey Brusnik
|
02f023cfb6
|
Add can_post_stories , can_edit_stories and can_delete_stories privileges
to ChatMemberKind::Administrator and ChatAdministratorRights
|
2024-07-18 16:00:16 +04:00 |
|
Andrey Brusnik
|
46c5abc763
|
Replace serde_with_macros with serde_with
|
2024-07-17 17:49:44 +04:00 |
|
sogetsu
|
a80a1215b2
|
Merge branch 'teloxide:master' into master
|
2024-07-16 11:10:28 +08:00 |
|
Ilya Bizyaev
|
7d5253a3f1
|
Improve error handling
|
2024-07-14 19:48:26 +02:00 |
|
Ilya Bizyaev
|
8ad1bd1928
|
Bump deps of webhook-axum
Otherwise some changes in axum's Router interface prevent teloxide's
webhook support from being used with up-to-date axum.
|
2024-07-14 18:56:01 +02:00 |
|
Waffle Maybe
|
9901a57472
|
Merge pull request #1087 from syrtcevvi/feature/support-tba-6.8
Add support TBA 6.8
|
2024-07-11 18:10:09 +00:00 |
|
Сырцев Вадим Игоревич
|
769128287e
|
Fix serde support for some types from TBA 6.8
|
2024-07-11 17:34:45 +03:00 |
|
Ilya Bizyaev
|
07f02e6d0c
|
Add a feature for rustls + native certs
This just propagates reqwest/rustls-tls-native-roots.
|
2024-07-10 17:55:56 +02:00 |
|
Ilya Bizyaev
|
8364eeae4b
|
Require chrono >= 0.4.32
It's required for teloxide's usages of chrono::Duration::try_seconds:
https://github.com/chronotope/chrono/commit/a2820c4
|
2024-07-10 09:57:44 +02:00 |
|
strongtu
|
200d330b87
|
update change log: type of chat_id in send_game should be ChatId not u32
|
2024-07-10 14:57:08 +08:00 |
|
sogetsu
|
470e721b57
|
Merge branch 'teloxide:master' into master
|
2024-07-10 14:30:06 +08:00 |
|
Сырцев Вадим Игоревич
|
c38ff2404a
|
Update CHANGELOG & README.md
|
2024-07-08 23:25:05 +03:00 |
|
Сырцев Вадим Игоревич
|
24cfdf3991
|
Add the ChatFullInfo chat as part of the Chat struct
|
2024-07-08 23:09:43 +03:00 |
|
Сырцев Вадим Игоревич
|
6b97f72d12
|
Add the TBA method unpinAllGeneralForumTopicMessages
|
2024-07-08 23:09:43 +03:00 |
|
Сырцев Вадим Игоревич
|
f12e55bd2c
|
Added the field voter to the PollAnswer struct
|
2024-07-08 23:09:43 +03:00 |
|
Сырцев Вадим Игоревич
|
3016cbaf68
|
Add the field story to the struct Message
|
2024-07-08 23:09:43 +03:00 |
|
Waffle Maybe
|
617197a1c7
|
Merge pull request #1086 from syrtcevvi/feature/support-tba-6.7
Add support TBA 6.7
|
2024-07-08 19:46:11 +00:00 |
|
Сырцев Вадим Игоревич
|
5ca24adcbb
|
Update CHANGELOG
|
2024-07-08 22:26:52 +03:00 |
|
Сырцев Вадим Игоревич
|
324758548e
|
Merge branch 'master' into feature/support-tba-6.6
|
2024-07-08 18:34:36 +03:00 |
|
YouKnow
|
98cc02c9ce
|
Fixed ChatPermissions bug and improved trace Settings
updated CHANGELOG.md
|
2024-07-05 14:40:00 +03:30 |
|
Hirrolot
|
309986301f
|
Update nightly
|
2024-07-04 22:59:35 +05:00 |
|
arrtchiu
|
576b14586e
|
use deadpool-redis for pooling (fixes #707)
|
2024-06-30 13:20:35 -07:00 |
|
Сырцев Вадим Игоревич
|
01b85fe806
|
Update AnswerInlineQuery
|
2024-06-15 15:20:03 +03:00 |
|
Сырцев Вадим Игоревич
|
76bd14b814
|
Add the docs about the ability to specify custom emoji entities using HTML and MarkdownV2 formatting
|
2024-06-15 15:06:16 +03:00 |
|
Сырцев Вадим Игоревич
|
aa6d659268
|
Add the field via_chat_folder_invite_link to the ChatMemberUpdated
|
2024-06-15 15:05:44 +03:00 |
|
Сырцев Вадим Игоревич
|
266dd11ec1
|
Allow bots to switch to inline mode in a chosen chat of the given type
|
2024-06-15 15:05:20 +03:00 |
|
Сырцев Вадим Игоревич
|
23aafb6821
|
Add the field web_app_name to the WriteAccessAllowed
|
2024-06-15 15:02:10 +03:00 |
|
Сырцев Вадим Игоревич
|
693b5c08e5
|
Add support for launching Web Apps from inline query results
|
2024-06-15 15:01:15 +03:00 |
|
Сырцев Вадим Игоревич
|
b7e2f25562
|
Add the TBA6.7 methods for bot's name manipulation
|
2024-06-15 12:51:17 +03:00 |
|
Сырцев Вадим Игоревич
|
3ff302a36c
|
Fix tests
|
2024-06-15 09:43:28 +03:00 |
|
Сырцев Вадим Игоревич
|
e39d9e0478
|
Remove change repetition from CHANGELOG
|
2024-06-15 09:36:05 +03:00 |
|
Сырцев Вадим Игоревич
|
79a6969dee
|
Okay, Option<Vec<T>> is weird..)
|
2024-06-11 20:05:58 +03:00 |
|
Сырцев Вадим Игоревич
|
2ac01496f2
|
Fix codegen to allow add_sticker_to_set fn to work correctly
|
2024-06-11 20:05:14 +03:00 |
|