This commit is contained in:
P0lunin 2019-09-05 19:35:01 +03:00
parent 1ea9d9d198
commit ba2aee880f

View file

@ -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>,