-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relay edits #1
Comments
Hi, I noticed that for the edits as well. Maybe I get to work on this a bit later in the summer but not a priority for me atm. I'm happy to accept pull requests though. Thanks! |
Thanks! I might try to do this myself. However, never used telethon. It seems that the only way to be able to do this is by keeping a track of the original message and the copies of it. For example by doing a dictionary, where the original message ID is stored an int as the key, and the copies of the message IDs are the values stored as list. Or do you know a better method? Thanks |
Did you got any solution for this, i'm also looking for reply msg with original msg. |
Hi, yes I did. I added a few more features, it doesn't seem to work 100% but for the most part it does. |
can you share the results? |
@alb2001 It's customary with open-source software to share your code solution with the rest of us, will you please do that? |
Hello
The script works great. It relays content perfectly. Unfortunately I noticed it doesn't relay when a message has been edited or deleted. Could it be possible to add that?
Also, when a message is replied to, only the answer gets forwarded, but not the original message it was being answered.
Thank you.
The text was updated successfully, but these errors were encountered: