mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-31 16:40:37 +01:00
Improve docs
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com> Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
This commit is contained in:
parent
4096f8b443
commit
c50513b6e4
1 changed files with 0 additions and 2 deletions
|
@ -169,8 +169,6 @@ pub use teloxide_macros::BotCommands;
|
||||||
///
|
///
|
||||||
/// 3. `#[command(description = "description")]` and `/// description`
|
/// 3. `#[command(description = "description")]` and `/// description`
|
||||||
/// Give your command a description. It will be shown in the help message.
|
/// Give your command a description. It will be shown in the help message.
|
||||||
/// You can also write doc comment above the command, and it will be used as a
|
|
||||||
/// description as well.
|
|
||||||
///
|
///
|
||||||
/// 4. `#[command(parse_with = "parser")]`
|
/// 4. `#[command(parse_with = "parser")]`
|
||||||
/// Parse arguments of one command with a given parser. `parser` must be a
|
/// Parse arguments of one command with a given parser. `parser` must be a
|
||||||
|
|
Loading…
Reference in a new issue