mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-21 17:06:36 +03:00
9
Forwarding messages
Lonami edited this page 2018-06-25 09:27:26 +02:00
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)