Add a link to examples/admin_bot to teloxide::utils::command

This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 00:32:21 +06:00
parent 5278041927
commit 5f12170e5c

View file

@ -39,9 +39,12 @@
//! assert_eq!(args, vec!["3", "hours"]);
//! ```
//!
//! See [examples/admin_bot] as a more complicated examples.
//!
//! [`parse_command`]: crate::utils::command::parse_command
//! [`parse_command_with_prefix`]:
//! crate::utils::command::parse_command_with_prefix
//! [examples/admin_bot]: https://github.com/teloxide/teloxide/blob/dev/examples/miltiple_handlers_bot/
pub use teloxide_macros::BotCommand;