mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
fix doc
This commit is contained in:
parent
1ea9d9d198
commit
ba2aee880f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use crate::core::network;
|
|||
|
||||
#[derive(Debug, Clone)]
|
||||
/// Use this method to forward messages of any kind. On success, the sent
|
||||
/// [Message]: crate::core::types::message::Message is returned.
|
||||
/// [`Message`] is returned.
|
||||
pub struct ForwardMessage<'a> {
|
||||
ctx: RequestContext<'a>,
|
||||
|
||||
|
|
Loading…
Reference in a new issue