Сырцев Вадим Игоревич
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
Сырцев Вадим Игоревич
d8018b3c15
Update CHANGELOG.md
2024-04-04 20:55:57 +03:00
Сырцев Вадим Игоревич
a6ae13c72b
Rename "thumb" to "thumbnail" in methods
2024-04-04 20:23:28 +03:00
Сырцев Вадим Игоревич
c1ec37eb0a
Rename "thumb" to "thumbnail" in types
2024-04-04 20:19:25 +03:00
Сырцев Вадим Игоревич
331a1e006a
Add TBA 6.6 methods & types for stickers-related functionality
2024-04-04 19:29:33 +03:00
Сырцев Вадим Игоревич
178e6569a1
Fix codegen
2024-04-04 19:28:06 +03:00
Сырцев Вадим Игоревич
6f7cdd9702
Add TBA 6.6 methods & types for bot's description manipulation
2024-04-04 12:44:20 +03:00
Сырцев Вадим Игоревич
ed07753877
Update supported TBA version in docs
2024-04-04 12:37:22 +03:00
YouKnow
95ebe2a764
format the code
2024-04-03 04:44:55 +03:30
YouKnow
67ca69c142
Changed escape functions in both html and markdown utils to do less allocations and also be slightly faster
2024-04-03 04:43:41 +03:30
Maybe Waffle
61ae468bf7
Random re-fmt?...
2024-03-23 17:55:11 +01:00
Maybe Waffle
887f74de40
Remove broken links
...
That's awkward: you can't mention items from teloxide in teloxide-core
2024-03-23 17:22:41 +01:00
Waffle Maybe
43b1f8445a
improve ApiError::TerminatedByOtherGetUpdates
docs
2024-03-22 00:30:48 +01:00
Maybe Waffle
b8c45110a3
Fix assorted warnings
2024-03-21 14:49:07 +01:00
Maybe Waffle
cedf223b0d
update nightly
2024-03-21 14:49:07 +01:00
Henriquelay
77909e04b0
Remove meaningless impls
2024-03-14 20:27:33 -03:00
Henriquelay
69874823d7
Remove useless impl, order diff
2024-03-14 20:27:33 -03:00
Henriquelay
301f5929ad
Remove impl GetChatId for UpdateKind
2024-03-14 20:27:33 -03:00
Henriquelay
24310df9b3
Implement GetChatId
for teloxide-core::types::*
2024-03-14 20:27:33 -03:00
zenador
b6d33733e6
Fix app build errors when using items gated behind sqlite-storage with the feature sqlite-storage-rustls
2024-02-25 03:53:08 +08:00
Tima Kinsart
507819ddb2
Merge branch 'master' into postgres_storage
2024-02-19 01:01:29 +08:00
Harsh Shandilya
4c0589ab39
crates: remove unused dependencies
2024-02-18 00:21:40 +05:30
Waffle Maybe
e1745ef0be
Merge pull request #997 from teloxide/distribution_fn_docs
...
Doc improvements & stuff
2024-02-15 21:10:03 +00:00
Maybe Waffle
d42d2b7812
Remove update_listeners::polling
2024-02-13 22:50:08 +01:00
Maybe Waffle
74b03664cf
Fill-in deprecation version, remove useless allow
2024-02-13 22:15:36 +01:00
Maybe Waffle
6e176113cd
Remove Message::chat_id
, Update::user
2024-02-13 22:15:08 +01:00
Maybe Waffle
f4127325da
Remove deprecated repl command stuff
2024-02-13 20:48:01 +01:00
Maybe Waffle
d7b954b1c6
Remove Dispatcher::setup_ctrlc_handler
2024-02-13 20:46:28 +01:00
Maybe Waffle
2e8b4cfa19
Remove moved modules
2024-02-13 20:44:32 +01:00
Maybe Waffle
b79c1f978d
Remove InlineKeyboardButton::{text,kind}
2024-02-13 20:43:15 +01:00
Maybe Waffle
11858ffb74
Remove deprecated chat member kind functions
2024-02-13 20:41:43 +01:00
Maybe Waffle
a69d0f1752
Fixup supported TBA version in docs
2024-02-13 20:36:36 +01:00
Maybe Waffle
e4f3ec78a2
Fix typos in changelog
2024-02-13 20:36:21 +01:00
Maybe Waffle
8bbe0ecf1a
Remove auto send adaptor
...
It has become useless a while ago.
2024-02-13 20:27:16 +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
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
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
Сырцев Вадим Игоревич
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
Сырцев Вадим Игоревич
b6e9dc8a81
Add exponential backoff strategy to the polling
2024-01-31 22:56:08 +03:00
Сырцев Вадим Игоревич
5a9bbf3f0b
Try again with postgres service in ci.yml
2024-01-26 14:36:33 +03:00
Сырцев Вадим Игоревич
fa32ff762e
Replace PostgreSQL service with several docker containers in ci.yml
2024-01-26 13:52:55 +03: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
Maybe Waffle
f09fc36b2e
Improve docs for distribution_function
2024-01-21 19:14:47 +01:00
Maybe Waffle
0e3ffc7e77
Fix cargo docs
and use --cfg docsrs
in CI
2024-01-21 17:58:13 +01:00
Сырцев Вадим Игоревич
3565186d61
Add postgres-storage-nativetls
to the full
feature
2024-01-21 16:25:14 +03:00
Сырцев Вадим Игоревич
b2e652671f
Update CHANGELOG.md
2024-01-21 16:14:48 +03:00
Сырцев Вадим Игоревич
44fd889dec
bump msrv
2024-01-21 16:09:07 +03:00
Сырцев Вадим Игоревич
f0b7681cb3
Add PostgresStorage tests
2024-01-21 11:38:26 +03:00
Сырцев Вадим Игоревич
25fb0eed11
Add PostgresStorage
2024-01-21 10:55:36 +03: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
Сырцев Вадим Игоревич
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
Сырцев Вадим Игоревич
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
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
Zagzuz
f7fd84ac32
add #[must_use]
to bot adaptors
2023-12-08 14:31:35 +06:00
Desiders
b54d994ee8
Merge branch 'teloxide:master' into more-detailed-tests-for-inline-query-result
2023-11-29 12:11:55 +03:00
Desiders
bb09aeb980
Add tests to validate variants in enum
2023-11-29 12:00:24 +03:00
Waffle Maybe
cbee55056b
Merge pull request #973 from Desiders/fix-set-chat-title-title-length
...
Change setChatTitle title length
2023-11-25 19:43:20 +00:00
Desiders
bacd84110e
Change setChatTitle title length
2023-11-25 19:21:21 +03:00
Desiders
6075b150f9
Change poll question length
2023-11-25 19:14:30 +03:00
Maybe Waffle
d26bd0629b
Update changelog
2023-11-05 23:50:54 +01:00
Maybe Waffle
0017480467
Replace a couple for loops with .for_each
...
I will not be explaining why (maybe unless you ask me)
2023-11-05 23:39:36 +01:00
Maybe Waffle
f4dd70604c
Add proper support for send_media_group
and edit_message_media{,_inline}
in DefaultParseMode
2023-11-05 23:37:23 +01:00
Maybe Waffle
88eb35ad95
Add proper support for answer_inline_query
and answer_web_app_query
in DefaultParseMode
2023-11-05 23:19:59 +01:00
Maybe Waffle
746302f851
Support CopyMessage
by DefaultParseMode
2023-11-05 22:58:15 +01:00
Maybe Waffle
6fc6664be9
Re-implement DefaultParseMode
adaptor, to apply parse mode at send
2023-11-05 22:49:55 +01:00