-
Notifications
You must be signed in to change notification settings - Fork 29
Description
2023-10-19 14:16:34,736 - pyrogram.dispatcher - ERROR - 'Message' object has no attribute 'id'
2023-10-19T14:16:34.737088+00:00 app[web.1]: Traceback (most recent call last):
2023-10-19T14:16:34.737088+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.11/site-packages/pyrogram/dispatcher.py", line 208, in handler_worker
2023-10-19T14:16:34.737089+00:00 app[web.1]: if await handler.check(self.client, parsed_update):
2023-10-19T14:16:34.737089+00:00 app[web.1]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-10-19T14:16:34.737089+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.11/site-packages/pyromod/listen/listen.py", line 201, in check
2023-10-19T14:16:34.737089+00:00 app[web.1]: (message.chat.id, message_from_user_id, message.id),
2023-10-19T14:16:34.737089+00:00 app[web.1]: ^^^^^^^^^^
2023-10-19T14:16:34.737090+00:00 app[web.1]: AttributeError: 'Message' object has no attribute 'id'