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
Сырцев Вадим Игоревич
2ba8bb8d34
Fix code according to clippy
2024-01-10 13:59:05 +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
Сырцев Вадим Игоревич
f2e8e86509
update CHANGELOG.md
2024-01-03 14:37:11 +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
mikhailantoshkin
63636a5787
Fix typos in documentation
2023-10-08 11:05:17 +09:00
Maybe Waffle
81b4c248a1
Silence clippy
2023-10-04 22:19:46 +04:00
Maybe Waffle
fbd5bf66cd
bump msrv
2023-10-04 22:19:46 +04:00
Maybe Waffle
e5503e6525
format cargo tomls
2023-10-04 19:42:18 +04:00
Maybe Waffle
cec2a018ff
Use futures::future::select
instead of tokio::select!
...
Pros: less macros, fixes the missing feature issue.
Cons: a bit more code because `fututres` is an annoying crate
which does not use `either::Either` and provides its
own `Either` which does not have `map_either`, or
basically anything for that matter.
2023-10-04 19:37:18 +04:00
Maybe Waffle
729484af4c
satisfy clippy
2023-09-27 13:17:11 +04:00
Maybe Waffle
557a7c0df7
re-fmt
2023-09-27 13:17:11 +04:00
Maybe Waffle
04df142191
Update nightly rust used for development and CI
2023-09-27 13:16:53 +04:00
Waffle Maybe
c7feb38995
Merge pull request #860 from teloxide/release-chores
...
Simplify release process by using `cargo-release`
2023-09-24 00:57:42 +00:00
Waffle Maybe
88c0ad60a9
Merge pull request #917 from TheAwiteb/message_to_copy_not_found_error
...
Add `MessageToCopyNotFound` to `teloxide::errors::ApiError`
2023-09-22 17:39:10 +00:00
TheAwiteb
904157494d
Update CHANGELOG.md
2023-09-20 13:23:24 +03:00
TheAwiteb
038ac1f8f2
Fix the type of photo_size
,photo_width
and photo_height
in the send_invoice
method
...
This will fix https://github.com/teloxide/teloxide/issues/935 issue
2023-09-20 13:17:45 +03:00
TheAwiteb
82dbee4bbb
Fix deprecation error
...
Use `DateTime::from_naive_utc_and_offset` instead of `DateTime::from_utc`
2023-09-07 21:43:55 +03:00
TheAwiteb
aca9f9583d
Bump chrono
to v0.4.30
2023-09-07 21:42:29 +03:00
Tima Kinsart
c963078973
Merge pull request #905 from teloxide/assorted_user_chat_id_additions
...
Assorted user/chat id additions
2023-09-06 03:02:26 +00:00
Tima Kinsart
6531b0a19f
Merge pull request #906 from teloxide/tree_in_mentioned_users
...
Make `mentioned_users` somewhat less terrible
2023-09-06 03:01:14 +00:00
TheAwiteb
f76db0544f
Add MessageToCopyNotFound
to teloxide::errors::ApiError
. Fix https://github.com/teloxide/teloxide/issues/916
2023-08-25 16:14:49 +03:00
Maybe Waffle
86a145e805
Make mentioned_users
somewhat less terrible
2023-07-29 14:42:31 +04:00
Maybe Waffle
ae0451f7d7
Add UserId::{MIN, MAX}
constants
2023-07-29 14:17:33 +04:00
Maybe Waffle
4ccf24c7ab
Allow comparing UserId
s and ChatId
s
2023-07-29 14:17:11 +04:00
Maybe Waffle
529b38afee
Add a way to go ChatId
-> UserId
2023-07-29 14:16:32 +04:00
Waffle Maybe
556b14eb04
Merge pull request #864 from Olegt0rr/fix-telegram-serialization
...
Telegram struct serializing similar to original (skip empty/defaults)
2023-07-29 09:37:06 +00:00
Oleg A
0859ce9a1f
chore: removed redundant "Vec::new"
2023-07-26 17:48:42 +03:00
Maybe Waffle
13424c3fdc
Add UpdateId
2023-06-15 15:40:50 +04:00
Maybe Waffle
848fc14c0b
Reorder items in update.rs
2023-06-15 14:56:39 +04:00
Maybe Waffle
9c2330897a
Use MessageId
for reply_to_message_id
for some methods that were forgotten
2023-06-05 18:11:23 +04:00
Maybe Waffle
84683d3a35
Remove outdated FIXME
2023-06-05 18:11:23 +04:00
Maybe Waffle
15c742d90b
Use more precise types in inline query results
2023-06-05 18:11:23 +04:00
Maybe Waffle
efd801bf2d
Use u32
for voter counts in polls and u8
for option ids
2023-06-05 18:11:23 +04:00
Maybe Waffle
ad10c93923
Use MessageId
for forwards
2023-06-05 18:11:23 +04:00
Maybe Waffle
70b9510e33
Change payment ammounts from i32
to u32
2023-06-05 18:11:23 +04:00
Maybe Waffle
1b7252382f
Fixup Dice
and DiceEmoji
2023-06-05 18:11:23 +04:00
Maybe Waffle
4a041ac4e0
Use ThreadId
in methods
2023-06-05 18:11:23 +04:00
Maybe Waffle
14b3955f67
Use ThreadId
in Message
and TopicForum
2023-06-05 18:11:23 +04:00
Maybe Waffle
693121a6f6
Add ThreadId
newtype
2023-06-05 18:11:23 +04:00
Maybe Waffle
c71ef5a5cc
Use GATs in Download
2023-05-30 13:16:46 +04:00
Maybe Waffle
4eb80e0640
Update pinned nightly
2023-05-29 18:28:54 +04:00
Maybe Waffle
e986c89a61
Fix deserialization of some unit structures
2023-05-24 01:10:58 +04:00
Waffle Maybe
b7c1cd9494
Merge pull request #879 from teloxide/empty_message
...
Fix deserialization of empty messages
2023-05-23 21:04:21 +00:00
Waffle Maybe
11e208e8a2
Merge pull request #854 from teloxide/oopsydaisy
...
Fix arguments and return types of live location methods
2023-05-23 21:02:54 +00:00
Maybe Waffle
97247ecbfb
Fix deserialization of empty messages
2023-05-24 00:53:04 +04:00
Waffle Maybe
a4e5995b69
Change changelog according to review comments
...
Co-authored-by: Sima Kinsart <hirrolot@gmail.com>
2023-05-24 00:46:36 +04:00
Maybe Waffle
bec3522eae
use shorthand in a fmt string
2023-05-24 00:45:32 +04:00
Maybe Waffle
846e0819de
Update changelog
2023-05-24 00:45:31 +04:00
Maybe Waffle
8e5146396c
Use ChatId
and Duration
in errors
2023-05-24 00:44:23 +04:00
Maybe Waffle
0e55ae79ee
Remove unused serde helper
2023-05-24 00:44:23 +04:00
Maybe Waffle
65f693b31f
Use Seconds
where it makes sense
2023-05-24 00:44:23 +04:00
Maybe Waffle
13032ac8dc
Add a Seconds
newtype
2023-05-24 00:44:23 +04:00
Maybe Waffle
9b8637f272
Update changelog
2023-05-24 00:42:56 +04:00
Maybe Waffle
ace3eb7958
Fix return type of SetGameScoreInline
2023-05-24 00:41:47 +04:00
Maybe Waffle
33989c7f63
Fix arguments and return types of live location methods
2023-05-24 00:41:47 +04:00
Waffle Maybe
387f6d1284
Merge pull request #853 from teloxide/unoptbool
...
Remove some `Option<bool>`s
2023-05-23 20:05:25 +00:00
Maybe Waffle
4fbd8510c8
Remove Option
from KeyboardMarkup::input_field_placeholder
2023-05-22 20:05:15 +04:00
Maybe Waffle
8eda6cd853
Simplify some code using struct-update-syntax
2023-05-22 20:05:15 +04:00
Maybe Waffle
2a8f550b66
Stop using Option<bool>
in ReplyMarkup
2023-05-22 20:05:03 +04:00
Oleg A
2d55d1aa47
Structures that have a hand-written serialize impl can't use skip_serializing_none
2023-05-02 01:12:01 +03:00
puh
94733cbcd6
changelog
2023-03-30 20:20:45 +03:00
puh
081f75546c
Merge remote-tracking branch 'master' into api_errors_custom_deserialize
2023-03-30 19:59:56 +03:00
jeorji
d036576397
Remove outdated sentence
2023-03-27 23:42:27 +07:00
jeorji
98c0fd2187
Update outdated documentation
2023-03-27 00:38:24 +07:00
Oleg A
15d2f0e3f5
Add skip_serializing_none for all structures
2023-03-21 11:35:10 +03:00
Oleg A
5c162f4899
Reorder Vec::is_empty skip
2023-03-20 15:40:21 +03:00
Oleg A
dc04b93878
Message struct skip empty Vec
2023-03-18 18:54:17 +03:00
Oleg A
4cdc214d19
Message struct skip default False fields
2023-03-18 18:42:59 +03:00
Oleg A
4d0fc03fa2
Message struct skip serializing for none fields
2023-03-18 18:36:14 +03:00
Maybe Waffle
e4f30e729a
Simplify release process by using cargo-release
2023-02-28 20:45:39 +04:00
Maybe Waffle
b8f3e0e005
Fix deprecation version (core and main crates have different versions..)
2023-02-24 16:34:17 +04:00
Maybe Waffle
48c8f935a5
Update changelog
2023-02-24 16:34:13 +04:00
Maybe Waffle
35471a4a0b
Add mentioned_users
to update types where it makes sense
2023-02-24 16:33:53 +04:00
Maybe Waffle
16c20e371c
Add Message::video_chat_participants_invited
2023-02-24 16:33:53 +04:00
Maybe Waffle
a411bff31c
Rename Update::user
-> Update::from
2023-02-24 16:33:53 +04:00
Maybe Waffle
96c4c83daf
Add ChatPermissions::can_*
helper functions
2023-02-20 18:35:46 +04:00
Maybe Waffle
750d8c3209
Release teloxide-core
v0.9.1
2023-02-15 23:09:01 +04:00
Maybe Waffle
a7be39f966
Fix version in teloxide core docs
2023-02-15 23:09:00 +04:00
Maybe Waffle
bb35c2c155
Update changelog
2023-02-15 22:53:22 +04:00
Maybe Waffle
6a9183a53b
Update changelog
2023-02-15 18:14:28 +04:00
Maybe Waffle
3c5370548a
fix a test
2023-02-15 16:58:33 +04:00
Maybe Waffle
c3a3fc4ee2
Remove unused variables in tests
2023-02-15 16:58:33 +04:00
Maybe Waffle
0b83007954
Add some deserialization tests for topic-related types/values
2023-02-15 16:58:33 +04:00
Maybe Waffle
6a2f5d7f2f
Correctly deserialize Message::thread_id
2023-02-15 16:58:33 +04:00
Maybe Waffle
b7c34f8bdb
Fix & test rgb deserialization
2023-02-15 16:58:33 +04:00
Waffle Maybe
758687a63e
Merge pull request #852 from teloxide/—alloc
...
Remove a useless allocation when attaching files
2023-02-15 12:21:12 +00:00
Sima Kinsart
42514e93db
Merge pull request #826 from teloxide/better_error_workaround
...
Rewrite hacks for reliable `Update` deserialization
2023-02-15 12:01:18 +00:00
Maybe Waffle
ef49094d28
Remove a useless allocation when attaching files
2023-02-13 22:13:59 +04:00
Boyd Kane
f5ff145a7c
Add docstring to Message::from
2023-02-08 10:50:28 +02:00
puh
8ccac0219a
move tests, fix fmt
2023-02-06 13:12:47 +03:00
puuuuh
c7f38981a4
Apply suggestions from code review
...
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2023-02-06 13:04:00 +03:00
Maybe Waffle
74e32a725d
Add tests for response processing
2023-02-06 12:20:51 +04:00
Maybe Waffle
2221116d9c
Actually provide meaningful errors
2023-02-06 12:20:51 +04:00
Maybe Waffle
cbbfc5b3d1
Rewrite hacks for reliable Update
deserialization
2023-02-06 12:20:46 +04:00
puh
27ef3409c2
add macro to implement Deserialize on ApiError enum
2023-02-05 17:15:39 +03:00
Sima Kinsart
6909353500
Merge pull request #835 from teloxide/sync-update-kinds
...
Synchronize places that use update kinds
2023-02-05 13:16:31 +06:00
Waffle Maybe
fb48943871
Merge pull request #836 from teloxide/multiversion
...
Automatically use `path` versions for development
2023-02-04 03:52:35 +04:00
Maybe Waffle
8e435c9e7f
Add a reminder to update teloxide's Cargo.toml when adding features to core
2023-02-03 17:12:57 +04:00
Maybe Waffle
fc2b873c94
Fix deserialization of invalid token error
2023-02-03 16:59:39 +04:00
Maybe Waffle
1974341dbd
Update changelogs
2023-02-03 16:53:36 +04:00
Maybe Waffle
8baf8af8c1
Document Update::{user, chat}
2023-02-03 16:41:14 +04:00
Maybe Waffle
b5bd147c7c
Fix Update::user
(return Some
on some forgotten variants)
...
The following update types now are handled in `Update::user`:
- chat join requests
- chat members
- channel post
2023-02-03 16:36:01 +04:00
Maybe Waffle
e97ac18060
Add notes reminding to update places after updating updates
2023-02-03 16:11:20 +04:00
Waffle Maybe
6c6ae76dec
Merge pull request #825 from teloxide/image_process_failed_error
...
Add `ApiError::ImageProcessFailed`
2023-02-03 14:19:07 +04:00
Maybe Waffle
2ea918e050
fix fmt
2023-02-01 17:14:49 +04:00
Summer Gram
932bfa64fe
Add ApiError::RequestEntityTooLarge
...
Occurs when bot tries to upload a file which is larger than 50 MB using multipart/form-data.
2023-01-31 22:49:11 +08:00
Maybe Waffle
da91cc4689
Add ApiError::ImageProcessFailed
2023-01-31 12:14:22 +04:00
Maybe Waffle
11defdcffb
Remove 6-th keyword from teloxide-core's Cargo.toml
2023-01-17 22:35:47 +04:00
Maybe Waffle
dde56e5fae
Prepare for the release of teloxide-core
2023-01-17 20:29:41 +04:00
Maybe Waffle
b626b3240c
Fix docs
2023-01-14 20:51:20 +04:00
Maybe Waffle
950a594e78
Update supported TBA version in docs
2023-01-14 20:50:58 +04:00
Maybe Waffle
428285ef8e
Add a FIXME concerning message getters
2023-01-14 20:22:24 +04:00
Maybe Waffle
7c2cf65988
fix a link in schema
2023-01-14 20:20:32 +04:00
Maybe Waffle
be7b259adf
Fix ...Forum...
messages deserialization
2023-01-14 20:18:09 +04:00
Maybe Waffle
f624b9a996
TBA 6.4 methods
2023-01-14 20:17:14 +04:00
Maybe Waffle
e86184fcd0
FIX codegen, again
2023-01-14 18:46:53 +04:00
Maybe Waffle
01bc5a990b
ty fixes
2023-01-14 18:39:13 +04:00
Maybe Waffle
f5afbf2188
doc fix
2023-01-14 18:23:13 +04:00
Maybe Waffle
58fafd4280
TBA 6.4 type changes
2023-01-14 18:21:28 +04:00
Maybe Waffle
644bd6e7f4
fixup supported TBA version in docs
2023-01-14 17:19:34 +04:00
Waffle Maybe
c5cb33c242
Merge pull request #800 from Veetaha/feat/chat-member-overhaul
...
Overhaul `teloxide_core::types::chat_member` module
2023-01-13 10:58:29 +04:00
Veetaha
93dd8eb650
Fix and improve the changelog according to review feedback
2023-01-13 01:22:34 +01:00
Veetaha
52666265c1
Replaced issue reference with full URL
2022-12-29 19:03:34 +01:00
Waffle Maybe
b826c3a34b
Merge pull request #804 from teloxide/docccc
...
Fix documentation build
2022-12-29 14:09:25 +04:00
Maybe Waffle
bcac39a276
Fix clippy
2022-12-29 04:04:50 +04:00
Maybe Waffle
e4fba3345f
suppress rustdoc warning about "<bot" in payload docs
2022-12-29 04:04:50 +04:00
Maybe Waffle
4cae2c93cb
Use new format!
syntax where possible
...
(fix clippy)
2022-12-29 04:04:50 +04:00
Maybe Waffle
867adbb20b
Update scrape examples options
2022-12-29 00:31:17 +04:00
Maybe Waffle
0253979e36
update rust version
2022-12-28 23:16:00 +04:00
Veetaha
36d4ecc884
Improve changelog
2022-12-27 19:59:42 +01:00
Veetaha
c677da42ad
Add changelog entries
2022-12-27 19:51:02 +01:00
Veetaha
36da9f1ed9
Overhaul teloxide_core::types::chat_member
module
2022-12-27 19:41:34 +01:00
Waffle Maybe
62ff003720
Merge pull request #789 from teloxide/tba63
...
TBA 6.3
2022-12-17 01:07:58 +04:00
Sima Kinsart
bb6dd81f6a
Merge branch 'dev' into const-must-use
2022-12-09 19:17:55 +06:00
Maybe Waffle
7ea428a21c
Properly gate tests, so that cargo test
works with any features
2022-12-06 16:06:35 +04:00
Maybe Waffle
a9a2610a03
*actually* fix codegen
2022-12-05 23:36:41 +04:00
Maybe Waffle
0dd44fe739
TBA 6.3: methods
2022-12-05 19:25:11 +04:00
Maybe Waffle
eeb06337ee
fix codegen (truncate files)
2022-12-05 19:24:49 +04:00
Maybe Waffle
976100e3ec
TBA 6.3: types
2022-12-05 19:23:45 +04:00
Maybe Waffle
dfb22450fc
Refactor Cargo.toml
s
2022-11-28 22:14:49 +04:00
Hirrolot
762ab2f5e3
Make more functions #[must_use]
2022-11-17 14:54:40 +06:00
Hirrolot
7cd36d9c40
Make more functions const
2022-11-17 14:42:36 +06:00
Waffle Maybe
9095aaa839
Merge pull request #764 from Veetaha/feat/add-missing-restricted-fields
...
Add missing fields for `Restricted` chat member
2022-11-16 17:19:36 +04:00
Veetaha
d0b71c358e
Move changelog entries into teloxide-core's changelog file
2022-11-14 23:20:50 +01:00
Veetaha
170941e797
Improve spacing
2022-11-14 23:16:07 +01:00
Veetaha
1c6fc4aae0
Update the docs of is_present()
method
2022-11-14 23:13:33 +01:00
Waffle Maybe
63b6f1841a
Merge pull request #765 from teloxide/remove_use_of_deprecated_fn
...
Remove use of deprecated fn
2022-11-14 22:23:55 +04:00
Maybe Waffle
5f0df0577f
Remove use of deprecated chrono::NaiveDateTime::from_timestamp
2022-11-14 17:55:11 +04:00
Veetaha
c65996eb75
Update is_present()
to take is_member
into account 💪
2022-11-12 01:39:59 +01:00
Veetaha
30439d6d28
Add missing fields for Restricted
chat member
...
These fields are present in the docs, and I tested it manually by calling the `get_chat_member` method with the changed `teloxide-core` code that parsing still works fine for the `Restricted` chat member.
There are however some potential logic bugs here described bellow. I fixed some of them, but others are still outstanding.
\# Logic bugs
\## Shared permission fields in `Administrator` and `Restricted`
The current code of `teloxide-core` at the time of this writing doesn't take into account the shared permission fields of `Administrator` and `Restricted` because just were no such fields in `Restricted` struct. This bug is fixed by this PR.
\## Deceiving behavior of `ChatMemberKind::Member`
The existing getter methods of `ChatMember` assume that if the `ChatMemberKind` is `Member`, then the member has all rights for all fields of `Restricted` struct.
And there is also a similar problem with `Administrator` struct.
The existing getter methods of `ChatMember` assume that if the `ChatMemberKind` is `Member`, then the member has no rights for all fields of `Administrator` struct.
This isn't always true. Regular members *may or may not have* `can_invite_users` permission, for example. This is determined by the default chat parmissions. See bellow.
\# General decieving behavior of permission getters
The default chat permissions seem to override any cofigurations of `Restricted` chat members.
For example, if the `Restricted` chat member has `can_invite_users` set to `true`, but the default chat permissions have `can_invite_users` set to `false`, then the effective `can_invite_users` permission of such a user is `false` (verified experimentally).
Therefore, the getters for the permission fields of the `ChatMember` type actually don't make sense. They don't show the effective permissions of the user. Maybe we could make that clear in their docs, but the problem is that these getters don't have enough context to decide what to return for regular `ChatMemberKind::Member`.
I am not sure how to proceed here. For example, these getters could return `Option` values, and always return `None` for `ChatMemberKind::Member`.
I didn't fix that bug in this PR, because I believe it requires a more careful consideration, larger and potentially breaking changes, that I am not ready to do.
\# Intentionally left as not in scope of this PR
Telegram added topics feature recenenty, and consequently they added `can_manage_topics` field both to `Administrator` and `Restricted` structs. This field is not present in the current code of `teloxide-core` at the time of this writing, and I think it should be added in a separate PR that covers topics API as a whole.
Also, one discrapancy with the new `can_manage_topics` field is with its type and documentation.
Here is how this field looks like in `ChatMemberAdministrator` **and** `ChatAdministratorRights`:
```
can_manage_topics Boolean Optional. True, if the user is allowed to create, rename, close, and reopen forum topics; supergroups only
```
Here is how this field looks like in `ChatMemberRestricted`:
```
can_manage_topics Boolean True, if the user is allowed to create forum topics
```
Here is how this field looks like in `ChatPermissions`:
```
can_manage_topics Boolean Optional. True, if the user is allowed to create forum topics. If omitted defaults to the value of can_pin_messages
````
There is something subtle between the semantics of `can_manage_topics` for regular users and administrators according to the difference in their documentation. I didn't dig into that rabbit hole, so I intentionally didn't include topics feature changes in this PR.
2022-11-09 03:08:52 +01:00
manorom
4f0a64e31e
Derive Display Trait for MessageId type
2022-11-08 15:24:54 +01:00
Maybe Waffle
178a9bcc2f
CI attempt №2
2022-11-07 20:00:06 +04:00
Maybe Waffle
31e73a848b
CI attempt №1
2022-11-07 19:15:30 +04:00
Maybe Waffle
5c59c6a886
link licenses
2022-11-07 16:49:58 +04:00
Maybe Waffle
05889b3797
Merge rust-toolchain.toml
s
2022-11-07 16:38:57 +04:00
Maybe Waffle
1d84b2b76a
Merge rustfmt.toml
s
2022-11-07 16:13:29 +04:00
Maybe Waffle
1a56c6fc77
Move all media to media/
2022-11-01 18:30:52 +04:00
Maybe Waffle
71dd29b1ac
move teloxide-core to crates/
2022-11-01 16:33:54 +04:00