Use this method to forward messages of any kind.
forwardMessage(chat_id, from_chat_id, message_id,
disable_notification = FALSE)
Unique identifier for the target chat or username of the target channel
Unique identifier for the chat where the original message was sent
Message identifier in the chat specified in from_chat_id
(Optional). Sends the message silently. Users will receive a notification with no sound
You can also use it's snake_case equivalent forward_message
.