Forwarding messages - LonamiWebs/Telethon GitHub Wiki
The following code will forward several messages
to chat
. The messages that will be forwarded are currently in original_chat
. You can also use a single message, or just their IDs.
client.forward_messages(chat, messages, original_chat)