mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 16: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):
|
async def message_parser(update, users, chats):
|
||||||
return (
|
return (
|
||||||
await pyrogram.types.Message._parse(self.client, update.message, users, chats,
|
await pyrogram.types.Message._parse(self.client, update.message, users, chats,
|
||||||
isinstance(update, UpdateNewScheduledMessage)),
|
is_scheduled=isinstance(update, UpdateNewScheduledMessage)),
|
||||||
MessageHandler
|
MessageHandler
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue