'How can i forward mediagroup in python telegram bot?

I want to create a telegram bot in which a user can send a media group along with text and another user will receive it as a media group. I know that it can be done with sendmediagroup, but how to do it so that the media does not need to be saved, but can be forwarded immediately, like copy_message or forward_message?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source