Commit graph

4357 commits

Author SHA1 Message Date
TheAwiteb
7c7f58dffb
Add #[allow(deprecated)] for description = "off" in hides test 2023-09-20 18:15:17 +03:00
TheAwiteb
2530ddb587
Use description = "off" in hides test 2023-09-20 17:58:12 +03:00
Waffle Maybe
7305664eb1
Merge pull request #936 from TheAwiteb/fix-issue-935
Fix the type of `photo_size`,`photo_width` and `photo_height` in the `send_invoice` method
2023-09-20 12:05:29 +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
3ce998e8b8
Use doc attr for help message instead of #[command(description = "...")] 2023-09-20 10:28:43 +03:00
TheAwiteb
aaf75fd82c
Remove FIXME tag` 2023-09-20 03:42:05 +03:00
TheAwiteb
32371b77aa
Change the fold_attrs attr parameter type to &[Attribute] 2023-09-20 03:41:44 +03:00
Mohammed Alotaibi
c50513b6e4
Improve docs
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>

Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2023-09-20 03:34:53 +03:00
Mohammed Alotaibi
4096f8b443
Remove unnecessary docs check
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>

Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2023-09-20 03:34:22 +03:00
TheAwiteb
c0a6e00520
Check if the value of description is_doc false before update it 2023-09-14 12:09:50 +03:00
TheAwiteb
de80b57d9a
Fix typo 2023-09-12 18:31:12 +03:00
TheAwiteb
9eececeab2
Show the command in the help message, even if its description is off if it is written in doc comment 2023-09-12 18:22:51 +03:00
TheAwiteb
7e6198925f
Add a flag to description represent if the description contain doc comment or not 2023-09-12 18:20:49 +03:00
Maybe Waffle
b8148e0bc9 strip doc comments 2023-09-12 16:02:54 +04:00
Maybe Waffle
7508d53a9b Simplify some checks 2023-09-12 16:02:54 +04:00
Maybe Waffle
2162fbdf5c Somewhat rework attribute parsing to make it easier to handle #[doc] and more complex stuff
This turned out to be a lot worse than I anticipated, but it works, ok? :')
2023-09-12 16:02:29 +04:00
TheAwiteb
31f53f58fc
More check that is a doc comment 2023-09-12 07:50:31 +03:00
TheAwiteb
9545075023
Keep the \n in the doc comment as it is (don't replace it to newline) 2023-09-10 10:24:52 +03:00
TheAwiteb
4fe40f48b1
Parsing the doc comment as a doc comment :) 2023-09-10 10:24:52 +03:00
TheAwiteb
e0654f7c0d
Update #[command(description = "description")] docs 2023-09-10 10:24:44 +03:00
TheAwiteb
72f8f40f59
Fix examples fmt 2023-09-10 10:22:13 +03:00
TheAwiteb
7304e552cd
More than one attribute for the description test 2023-09-10 10:22:13 +03:00
TheAwiteb
0d02c48afd
Possibility of using more than one attribute for the description 2023-09-10 10:22:13 +03:00
TheAwiteb
c0fd07184b
Add tests for new line doc comment 2023-09-10 10:22:12 +03:00
TheAwiteb
6fbe7154ba
Support the new line when adding another doc comment 2023-09-10 10:22:12 +03:00
TheAwiteb
d1ac816642
Improved doc attr extraction 2023-09-10 10:22:12 +03:00
TheAwiteb
b91c53588d
Add tests for /// Help message 2023-09-10 10:22:12 +03:00
TheAwiteb
e3b5572879
Make attrs in fold_attrs expect iterator of Attribute instead of iterator of &Attribute 2023-09-10 10:22:12 +03:00
TheAwiteb
99685f3dcc
Remove unnecessary collect 2023-09-10 10:22:11 +03:00
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