Commit graph

4477 commits

Author SHA1 Message Date
TheAwiteb
9a2e39ea01
Rebase https://github.com/teloxide/teloxide/tree/master into https://github.com/TheAwiteb/teloxide/tree/support-doc-attr 2023-09-10 10:20:21 +03:00
TheAwiteb
e95c69419b
Update CHANGELOG.md 2023-09-10 10:16:06 +03:00
TheAwiteb
65baf3fcd3
Replace #[doc = ".."] with #[command(description = "...")] 2023-09-10 10:12:52 +03:00
TheAwiteb
47ad84c17e
Make attrs in fold_attrs expect Iterator of Attribute instead of &[Attribute] 2023-09-10 10:12:52 +03:00
Waffle Maybe
9b7e5957cc
Merge pull request #923 from TheAwiteb/fix-hide-attr-bug-work-as-MetaNameValueStr
Fix hide attr bug work as meta name value str
2023-09-09 08:54:23 +00:00
TheAwiteb
9149dc244e
Merge branch 'master' of https://github.com/teloxide/teloxide into fix-hide-attr-bug-work-as-MetaNameValueStr 2023-09-09 04:27:38 +03:00
Tima Kinsart
1d02ae9fb9
Merge pull request #929 from TheAwiteb/bump-chrono-and-fix-deprecation-error
Bump chrono and fix deprecation error
2023-09-07 18:56:18 +00: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
TheAwiteb
42fd9b8693
Use AttrValue::expect_none with hide option 2023-09-07 08:03:08 +03:00
TheAwiteb
547f5889d2
Add expect_none method function to AttrValue
This method function will return a error if the option not a flag option
2023-09-07 08:02:17 +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
jrx
a38e91d12c fmt 2023-08-31 23:04:05 +02:00
jrx
8d858c43ff revert tryable repls 2023-08-31 23:03:54 +02:00
Jérôme Rx
e861454413
Merge branch 'teloxide:master' into tryable_bot 2023-08-31 23:00:12 +02:00
TheAwiteb
7881a1cb78
Fix https://github.com/teloxide/teloxide/issues/922 2023-08-29 01:15:56 +03:00
TheAwiteb
19a16d21eb
Make AttrValue::span instance function public 2023-08-29 01:15:22 +03:00
Tima Kinsart
f0ce8b6a29
Merge pull request #920 from fr0staman/master
Add `fr0staman/fr0staman_bot` to README.md
2023-08-28 01:48:05 +00:00
fr0staman
e366197935 Add fr0staman/fr0staman_bot to README.md 2023-08-27 23:16:43 +03:00
TheAwiteb
6c8bc11493
Update CHANGELOG.md. Add MessageToCopyNotFound error 2023-08-25 16:23:01 +03: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
jrx
4a52caab71 triable bot 2023-08-19 00:34:38 +02: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
Waffle Maybe
10846e19fd
Merge pull request #896 from fr0staman/master
Use `UserId` instead of `i64` for `user_id` in `user_mention`
2023-07-10 06:00:56 +00:00
fr0staman
1630830a7d Use UserId instead of u64 for user_id in user_mention 2023-07-09 21:23:11 +03:00
fr0staman
878ad80b63 Update CHANGELOG.md 2023-07-09 15:11:56 +03:00
fr0staman
e3e89a1691 Use u64 instead of i64 for user_id in html::user_mention and markdown::user_mention 2023-07-09 15:00:04 +03:00
Sima Kinsart
5993a9cb6f
Merge pull request #891 from ElPettego/patch-1
Update README.md
2023-06-16 12:49:40 +00:00
Sima Kinsart
7e1c1c3e4f
Merge pull request #892 from teloxide/type_update_id
Add `UpdateId`
2023-06-15 14:30:07 +00:00
Juice Man
41e7338cff
Update README.md
Co-authored-by: Sima Kinsart <hirrolot@gmail.com>
2023-06-15 14:29:33 +02:00
Maybe Waffle
13424c3fdc Add UpdateId 2023-06-15 15:40:50 +04:00
Juice Man
68fafa8c82
Update README.md
fix typo
2023-06-15 13:32:30 +02:00
Maybe Waffle
848fc14c0b Reorder items in update.rs 2023-06-15 14:56:39 +04:00
Sima Kinsart
34c079cb78
Merge pull request #862 from TheAwiteb/hide-attr
`#[command(hide)]` to hide a command from the help message
2023-06-15 10:30:47 +00:00
Maybe Waffle
f538faa966 Add deprecation warning for #[command(description = "off")] 2023-06-14 18:28:55 +04:00
Awiteb
c7c6b029b0 Update crates/teloxide-macros/src/command.rs
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2023-06-14 18:28:55 +04:00
Awiteb
3ea562dcda Update crates/teloxide-macros/src/command.rs
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2023-06-14 18:28:55 +04:00
Awiteb
53b5dd0a18 Update crates/teloxide-macros/src/command.rs
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2023-06-14 18:28:55 +04:00
TheAwiteb
44d230e3be Fix rustfmt 2023-06-14 18:28:55 +04:00
TheAwiteb
d61746ecaf Update CHANGELOG.md 2023-06-14 18:28:54 +04:00
TheAwiteb
dd24f750f2 Add documentation for #[command(hide)] 2023-06-14 18:28:01 +04:00
TheAwiteb
ebdab88311 Add tests for #[command(hide)] 2023-06-14 18:28:01 +04:00
TheAwiteb
e003ece920 #[command(hide)] to hide a command from the help message 2023-06-14 18:28:01 +04:00
Sima Kinsart
7c41edc546
Merge pull request #889 from studentenherz/master
Add stutentenherz/dlebot to README.md
2023-06-13 13:30:34 +00:00