Struct telbot_types::message::ForwardMessage [−][src]
pub struct ForwardMessage {
pub chat_id: ChatId,
pub from_chat_id: ChatId,
pub disable_notification: Option<bool>,
pub message_id: i64,
}Expand description
Use this method to forward messages of any kind. Service messages can’t be forwarded. On success, the sent Message is returned.
Fields
chat_id: ChatIdUnique identifier for the target chat or username of the target channel (in the format @channelusername)
from_chat_id: ChatIdUnique identifier for the chat where the original message was sent (in the format @channelusername)
disable_notification: Option<bool>Sends the message silently. Users will receive a notification with no sound.
message_id: i64Message identifier in the chat specified in from_chat_id