mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
parent
8bfa8b542d
commit
0daff74d14
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ use std::fmt::Debug;
|
||||||
///
|
///
|
||||||
/// Each of these types can be accepted as a handler parameter. Note that they
|
/// Each of these types can be accepted as a handler parameter. Note that they
|
||||||
/// aren't all required at the same time: e.g., you can take only the bot and
|
/// aren't all required at the same time: e.g., you can take only the bot and
|
||||||
/// the command without [`Me`] and [`Message`].
|
/// the message without [`Me`].
|
||||||
///
|
///
|
||||||
/// [`Me`]: crate::types::Me
|
/// [`Me`]: crate::types::Me
|
||||||
/// [`Message`]: crate::types::Message
|
/// [`Message`]: crate::types::Message
|
||||||
|
@ -88,7 +88,7 @@ where
|
||||||
///
|
///
|
||||||
/// Each of these types can be accepted as a handler parameter. Note that they
|
/// Each of these types can be accepted as a handler parameter. Note that they
|
||||||
/// aren't all required at the same time: e.g., you can take only the bot and
|
/// aren't all required at the same time: e.g., you can take only the bot and
|
||||||
/// the command without [`Me`] and [`Message`].
|
/// the message without [`Me`].
|
||||||
///
|
///
|
||||||
/// [`Me`]: crate::types::Me
|
/// [`Me`]: crate::types::Me
|
||||||
/// [`Message`]: crate::types::Message
|
/// [`Message`]: crate::types::Message
|
||||||
|
|
Loading…
Reference in a new issue