Andrey Brusnik
02d7a3cd2e
Add ChatBoostAdded
struct
2024-08-17 20:43:16 +04:00
Andrey Brusnik
9d45244efb
Updated docs for can_post_stories
, can_edit_stories
and can_delete_stories
admin privileges
2024-08-17 20:43:15 +04:00
Hirrolot
32561f96ed
Release teloxide-core
v0.10.1
2024-08-17 16:40:53 +05:00
Сырцев Вадим Игоревич
f7a3441bdb
Update CHANGELOG.md
2024-08-17 12:02:44 +03:00
Сырцев Вадим Игоревич
dc691f780b
Fix #1135
2024-08-17 11:50:41 +03: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
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
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
Andrey Brusnik
fda1890425
Add giveaway*
getters to Message
2024-08-15 17:05:59 +04:00
Andrey Brusnik
d9587ea562
Add GiveawayCompleted
struct
2024-08-15 17:05:59 +04:00
Andrey Brusnik
9d803693fb
Add GiveawayWinners
struct
2024-08-15 17:05:59 +04:00
Andrey Brusnik
fa1b793c7f
Add GiveawayCreated
struct
2024-08-15 17:05:59 +04:00
Andrey Brusnik
62da0027e3
Add Giveaway
struct
2024-08-15 17:05:59 +04:00
Сырцев Вадим Игоревич
c0f97fae0e
Fix docs for KeyboardButtonRequestUsers
2024-08-15 17:05:59 +04:00
Сырцев Вадим Игоревич
298df305f0
Add the quote field of typeTextQuote
to the Message
struct
2024-08-15 17:05:59 +04:00
Сырцев Вадим Игоревич
7680d7e978
Add the ReplyParameters
struct
2024-08-15 17:05:59 +04:00
Сырцев Вадим Игоревич
8f9b6d13ca
Fix #1058
2024-08-15 17:05:59 +04:00
Сырцев Вадим Игоревич
c8f7bd745c
Add MaybeInaccessibleMessage
to the Message
and CallbackQuery
2024-08-15 17:05:59 +04:00
Сырцев Вадим Игоревич
6c967231ef
Add MessageOrigin field to MessageCommon
2024-08-15 17:05:59 +04:00
Сырцев Вадим Игоревич
83d9e6c6b7
Add new fields of TBA7.0 to the ChatFullInfo
2024-08-15 17:05:59 +04:00
Сырцев Вадим Игоревич
7dc7047ea1
Add request for multiple users
2024-08-15 17:05:58 +04:00
Сырцев Вадим Игоревич
fcf3a14510
Add blockqoute message entity
2024-08-15 17:05:58 +04:00
Сырцев Вадим Игоревич
13dd93cc63
Add multiple message actions methods of TBA 7.0
2024-08-15 17:05:58 +04:00
Waffle Maybe
f081e04ee9
Merge pull request #1105 from pfa230/throttle_clone
...
Fix issue with Throttle and Trace adaptors losing Requester trait bounds
2024-08-06 06:50:15 +00:00
Fedir Panasenko
75f24fcd98
Remove adaptors test
...
As per discussion, the usefulness of the test is dubious.
2024-08-05 23:08:33 -04:00
Ilya Bizyaev
7880e473a1
Allow serving path configuration for the webhook
...
When running behind e.g. NGINX, Axum might receive requests on a path
that is different from the one in the public webhook URL, such as "/"
instead of "/bot". This commit adds a new optional field to Options to
make such a setup possible.
2024-07-31 21:17:59 +02:00
Сырцев Вадим Игоревич
dc125e3b65
Put incrementing error count
to the Err
branch of PollingStream::poll_next
2024-07-31 17:07:45 +03:00
Сырцев Вадим Игоревич
4f1a458fb7
Refactor backoff-related code
2024-07-31 17:07:44 +03:00
Сырцев Вадим Игоревич
87188d5dea
Update CHANGELOG.md
2024-07-31 17:07:44 +03:00
Сырцев Вадим Игоревич
3da5a1a4c5
Improve backoff and behaviour in case of RetryAfter errors
2024-07-31 17:07:44 +03:00
Waffle Maybe
6a299f6012
Allow dead_code
in a test
...
rustc seems to have some changes with the `dead_code` lints which affect this.
2024-07-30 09:18:19 +02:00
Сырцев Вадим Игоревич
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
Fedir Panasenko
72f7944e38
Fix formatting
2024-07-20 23:42:44 -04:00
Fedir Panasenko
00c6974788
Fix Trace and Throttle adaptors to implement Requester
2024-07-20 23:37:22 -04:00
Fedir Panasenko
93782fba10
Add test for adaptors losing Requester trait bounds issue
2024-07-20 23:36:06 -04: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
Сырцев Вадим Игоревич
787b1de29d
Update CHANGELOG.md
2024-06-11 19:30:09 +03:00
Сырцев Вадим Игоревич
e021f68706
Deprecated StickerSet format-related methods
2024-06-11 19:00:31 +03:00
Сырцев Вадим Игоревич
ae306e4fb7
Rename thumb to thumbnail (in missed constructor params)
2024-06-11 18:59:19 +03:00
Сырцев Вадим Игоревич
f883651dbc
Add missing thumbnail_mime_type field to InlineQueryResultGif & InlineQueryResultMpeg4Gif
2024-06-11 18:58:10 +03:00
Сырцев Вадим Игоревич
4d703e2dcf
Add deprecation for the StickerSet::{format, is_static, is_animated, is_video}
2024-06-11 12:36:38 +03:00
Сырцев Вадим Игоревич
1cca2aaf28
Fix breaking change in TBA 7.2 which removes is_video and is_animated
2024-06-10 14:30:43 +03:00
Сырцев Вадим Игоревич
1952daf5e2
cargo clippy --fix
2024-06-10 07:20:01 +03:00
Сырцев Вадим Игоревич
b6fc42af53
Remove the obsolete reminder
2024-06-10 07:12:00 +03:00
Сырцев Вадим Игоревич
e641baa0a5
Remove weird type from Sticker type
2024-06-09 19:11:44 +03:00
Сырцев Вадим Игоревич
af4af72c2a
Fix Sticker and StickerSet with StickerFormatFlags type
2024-06-09 18:32:57 +03:00
Сырцев Вадим Игоревич
c24fdf173e
Fix docs for uploadStickerFile method
2024-06-06 18:00:18 +03:00
Сырцев Вадим Игоревич
0bbc789caa
Remove future 'format' field from InputSticker
2024-06-06 17:59:48 +03:00
Сырцев Вадим Игоревич
eb1f098302
Fix a bit more typos
2024-06-06 17:23:06 +03:00
Сырцев Вадим Игоревич
89e22a6b6d
Fix wrong declaration for the GetMy(Short)Description method
2024-06-06 17:07:22 +03:00
strongtu
b359d7f8a6
let send_message use ChatId
2024-05-17 22:52:44 +08:00
strongtu
703c65c0c2
let send_message use ChatId
2024-05-17 22:39:17 +08:00
strongtu
c6c0378077
send_game needs chat_id by i64 not u32
2024-05-17 20:47:10 +08:00
strongtu
0175a1fcd6
send_game needs chat_id by i64 not u32
2024-05-16 22:25:52 +08:00
Mehmet Hüseyin Kafadar
618f468d99
fix: typo in errors.rs ToMuchMessages
2024-04-12 19:58:08 +03:00
Tima Kinsart
f811061566
Merge pull request #1037 from YouKnow-sys/master
...
Changed `escape` functions in both html and markdown utils to do less allocations and also be slightly faster
2024-04-10 01:45:11 +00:00
Сырцев Вадим Игоревич
0619bd930b
Merge branch 'master' into feature/support-tba-6.6
2024-04-08 14:49:23 +03:00
Tima Kinsart
53c4109808
Merge branch 'master' into postgres_storage
2024-04-08 16:32:34 +05:00
Сырцев Вадим Игоревич
344ace253d
Fix missing MultipartRequest for create_new_sticker_set
2024-04-07 18:05:54 +03:00
Сырцев Вадим Игоревич
cba7fbe743
Add missing changes in CHANGELOG.md
2024-04-07 17:47:45 +03:00