voidbar / forwardgram

Forward messages from multiple Telegram channels to one of your own!
154 stars 183 forks source link

Want to Copy paste mode #4

Closed TSpidermanBoss closed 4 years ago

TSpidermanBoss commented 5 years ago

please this forward messages change script into copy and paste mode.

voidbar commented 5 years ago

What does that mean?

JuanMiguelPR commented 5 years ago

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

smahesh29 commented 4 years ago

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.

smahesh29 commented 4 years ago

@bernardopribeiro what's your question? Please ask it properly.

open4profit commented 4 years ago

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.

bernardopribeiro commented 4 years ago

Some updates here ?

voidbar commented 4 years ago

Looks like @smahesh29 answered the question. Closing this :)