Commit graph

140 commits

Author SHA1 Message Date
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
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 UserIds and ChatIds 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