Commit graph

4865 commits

Author SHA1 Message Date
Сырцев Вадим Игоревич
f7a3441bdb
Update CHANGELOG.md 2024-08-17 12:02:44 +03:00
Сырцев Вадим Игоревич
dc691f780b
Fix #1135 2024-08-17 11:50:41 +03:00
Сырцев Вадим Игоревич
c765d1f14c
Merge pull request #1133 from LasterAlex/add-deep-linking-example
Added deep linking example
2024-08-16 19:31:56 +00:00
LasterAlex
18920b546f
Small fixes 2024-08-16 22:02:04 +03:00
LasterAlex
da2ce2b116
Fmt fix 2024-08-16 14:21:39 +03:00
LasterAlex
1181092bd5
Fixed review 2024-08-16 14:18:02 +03:00
LasterAlex
a4e4558eb1
Another cargo fmt fix + Cargo.lock update for examples? 2024-08-15 23:32:19 +03:00
LasterAlex
ab87451b62
Cargo fmt fix 2024-08-15 23:26:58 +03:00
LasterAlex
87c8557e36
Added deep linking example 2024-08-15 23:26:58 +03:00
Tima Kinsart
5a33f61486
Merge pull request #1132 from teloxide/release
Release `teloxide-macros` v0.8.0, `teloxide-core` v0.10.0, `teloxide` v0.13.0
2024-08-15 20:06:21 +00:00
Hirrolot
69328decc8
Update crates/teloxide-core/README.md 2024-08-16 00:58:30 +05:00
Hirrolot
f8acc4c57e
Just remove them 2024-08-16 00:44:48 +05:00
Hirrolot
13eae3a0bb
Release teloxide-macros v0.8.0, teloxide-core v0.10.0, teloxide v0.13.0 2024-08-16 00:31:40 +05:00
Tima Kinsart
cdd7d485bb
Merge pull request #1101 from syrtcevvi/feature/support-tba-7.0
Feature/support tba 7.0
2024-08-15 18:16:57 +00:00
Andrey Brusnik
ccdeb3f2b0
Test that all possible updates are specified in Kind::full_set() 2024-08-15 17:08:39 +04:00
Сырцев Вадим Игоревич
ae88d56e0d
Add filter_forward_origin 2024-08-15 17:08:39 +04:00
Сырцев Вадим Игоревич
3029dcdee6
Tweak MaybeInaccessibleMessage 2024-08-15 17:08:05 +04:00
Сырцев Вадим Игоревич
0cb716a9ac
Add CallbackQuery::regular_message getter 2024-08-15 17:08:05 +04:00
Сырцев Вадим Игоревич
a353439e3b
Add docs for MaybeInaccessibleMessage 2024-08-15 17:08:05 +04:00
Сырцев Вадим Игоревич
96d7c8e022
Add missing parameters to ReplyParameters 2024-08-15 17:08:05 +04:00
Сырцев Вадим Игоревич
fc29530fe7
Fix docs for CallbackQuery::message 2024-08-15 17:08:05 +04:00
Сырцев Вадим Игоревич
565316aa7d
Add docs for ExternalReplyInfo 2024-08-15 17:08:05 +04:00
Сырцев Вадим Игоревич
65435ec430
Add RequestId type 2024-08-15 17:08:05 +04:00
Andrey Brusnik
3d4e25743e
Add FIXME to boost_id 2024-08-15 17:08:05 +04:00
Andrey Brusnik
25666a301c
Use CountryCode instead of String in Giveaway struct 2024-08-15 17:08:05 +04:00
Andrey Brusnik
4870338a75
Replace Option<bool> with bool in LinkPreviewOptions 2024-08-15 17:08:04 +04:00
Andrey Brusnik
ae88d60b4e
Fix comments in ReactionType enum 2024-08-15 17:08:04 +04:00
Andrey Brusnik
62000c8204
Replace useless structs ChatBoostSource and ReactionType with enums 2024-08-15 17:08:04 +04:00
Andrey Brusnik
ab069009b5
Mention in changelog that disable_web_page_preview was replaced by link_preview_options 2024-08-15 17:08:04 +04:00
Andrey Brusnik
72b34d0ea3
Bump supported TBA version to 7.0 in crates docs 2024-08-15 17:08:04 +04:00
Сырцев Вадим Игоревич
ddb991712f
Add missing #[serde(flatten)] to the MessageId 2024-08-15 17:08:04 +04:00
Сырцев Вадим Игоревич
5c88b0b724
Update CHANGELOG.md 2024-08-15 17:08:04 +04:00
Сырцев Вадим Игоревич
d42146fbc6
Add field external_reply of struct ExternalReplyInfo to the Message 2024-08-15 17:06:00 +04:00
Сырцев Вадим Игоревич
b625e813cc
Fix issue #945 (PR 946 originally) 2024-08-15 17:06:00 +04:00
Andrey Brusnik
664717e07d
Use ChatFullInfo::default() in gieaway, message_reaction and chat_boost tests 2024-08-15 17:06:00 +04:00
Andrey Brusnik
b78dac4ee5
Update CHANGELOG.md and README.md 2024-08-15 17:06:00 +04:00
Andrey Brusnik
467468c546
Add getUserChatBoosts TBA method 2024-08-15 17:06:00 +04:00
Andrey Brusnik
48b7c7b24b
Add UserChatBoosts struct 2024-08-15 17:06:00 +04:00
Andrey Brusnik
dbf138a5b3
Add ChatBoostUpdated and ChatBoostRemoved updates 2024-08-15 17:06:00 +04:00
Andrey Brusnik
65b46972f9
Add ChatBoost and ChatBoostSource structs 2024-08-15 17:06:00 +04:00
Andrey Brusnik
e5edaceb22
Move deserialization prefix for giveaway_message_id field to types module
because it will be used in `ChatBoostSourceGiveaway` later
2024-08-15 17:06:00 +04:00
Andrey Brusnik
1abf1fa519
Add link_preview_options getter to Message 2024-08-15 17:06:00 +04:00
Andrey Brusnik
3d74587c93
Add LinkPreviewOptions struct
and `link_preview_options` field to `InputMessageContentText`, `Message`,  `sendMessage` and `editMessageText`
2024-08-15 17:06:00 +04:00
Andrey Brusnik
599d8fac8a
Remove disable_web_page_preview field from everywhere 2024-08-15 17:06:00 +04:00
Andrey Brusnik
1e25bf1c96
Add available_reactions field to Chat 2024-08-15 17:06:00 +04:00
Andrey Brusnik
409c3d5403
Add setMessageReaction TBA method 2024-08-15 17:06:00 +04:00
Andrey Brusnik
50768a1af0
Add MessageReactionUpdated and MessageReactionCountUpdated structs 2024-08-15 17:06:00 +04:00
Andrey Brusnik
77882d97f7
Add ReactionType struct 2024-08-15 17:05:59 +04:00
Andrey Brusnik
cfa67610f6
Add filter_giveaway, filter_giveaway_completed, filter_giveaway_created and filter_giveaway_winners
to MessageFilterExt
2024-08-15 17:05:59 +04:00
Andrey Brusnik
dc3660b308
Add giveaway* tests 2024-08-15 17:05:59 +04:00