Checklist
Description
old_msg = app.get_messages("xxxxx", id)
new_msg = app.copy_media_group(xxxx, old_msg.chat.id, old_msg.id)
copy_media_group, the caption_entities is lost
Steps to reproduce
old_msg

new_msg

Code example
No response
Logs
No response
Checklist
pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zipand reproduced the issue using the latest development versionDescription
old_msg = app.get_messages("xxxxx", id)
new_msg = app.copy_media_group(xxxx, old_msg.chat.id, old_msg.id)
copy_media_group, the caption_entities is lost
Steps to reproduce
old_msg

new_msg

Code example
No response
Logs
No response