Open JuiceFW opened 2 days ago
You did not read the documentation of this fork
but yes, there is no high level method yet to get_message only from a message_id
.
Most probably the regression was introduced somewhere around this commit: c47a2fa
Oh, yes, thank you. So, if a message is received from a dialog, is the message ID unique? Just trying to get the information from the image above
Checklist
pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip
and reproduced the issue using the latest development versionDescription
Hi! I ran into a little problem with the deleted message handler. I'm using the decorator @on_deleted_messages(), and it worked fine before that.
Since some time ago, he stopped receiving complete data. He gets a list of messages, but the message looks like this: { "_": "Message", "id": 150413 }
And this is definitely not enough to work with data. I need at least the chat ID, but it's gone somewhere.
I would like to make sure that I can't do anything on my part. I didn't find any information in the documentation, and neither did the posts.
Steps to reproduce
Code example
Logs
No response