Is there a way to find where my message forwarded in telegram using Telegram libraries in python ?
note : my channels messages
Is there a way to find where my message forwarded in telegram using Telegram libraries in python ?
note : my channels messages
2
Answers
There is no way to know where a message has been forwarded to. Anyone who can see your or your channels messages can forward them wherever they like to.
Edit to Update:
You can use GetMessagesPublicForwards to get a list of messages in other public channels that your channel message was forwarded to.
you can check like this with pyrogram
pyrorgam docs