From ed19e59af5d906d094718847cff3ec0c00e67fc1 Mon Sep 17 00:00:00 2001 From: Lonami Date: Mon, 2 Oct 2017 09:49:10 +0200 Subject: [PATCH] Updated Forwarding messages (markdown) --- Forwarding-messages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Forwarding-messages.md b/Forwarding-messages.md index 12c5b11..eae2bdb 100644 --- a/Forwarding-messages.md +++ b/Forwarding-messages.md @@ -6,9 +6,9 @@ Either way, you are encouraged to use [`ForwardMessagesRequest`](https://lonamiw from telethon.tl.functions.messages import ForwardMessagesRequest # note the s ^ -messages = foo() # Logic to retrieve a few messages. -from_entity = bar() # Who has the original messages. -to_entity = baz() # Who you want to forward them to. +messages = foo() # retrieve a few messages (or even one, in a list) +from_entity = bar() +to_entity = baz() client(ForwardMessagesRequest( from_peer=from_entity, # who sent these messages?