mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Pyrofork: fix for UpdateNewScheduledMessage
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
dd92d5061f
commit
6613329d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class Dispatcher:
|
|||
async def message_parser(update, users, chats):
|
||||
return (
|
||||
await pyrogram.types.Message._parse(self.client, update.message, users, chats,
|
||||
isinstance(update, UpdateNewScheduledMessage)),
|
||||
is_scheduled=isinstance(update, UpdateNewScheduledMessage)),
|
||||
MessageHandler
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue