Closed TSpidermanBoss closed 4 years ago
What does that mean?
I think it means to forward the messages without telegram showing the chat/channel where it is forwarded from. From what I saw, I don't know if it's possible with an specific method
For copy and paste mode use
await client.send_message(output_channel_entity, event.message)
in place of await client.forward_messages(output_channel_entity, event.message)
This will not show forwarded from.
@bernardopribeiro what's your question? Please ask it properly.
i want to copy paste message along with replies. For ex. for replies, message should come along with original msg, to which reply is made.
Some updates here ?
Looks like @smahesh29 answered the question. Closing this :)
please this forward messages change script into copy and paste mode.