fix(dispatcher): scheduled flag for new scheduled messages
This commit is contained in:
parent
4599272c7c
commit
8e81ce21f2
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ const baseMessageParser: ParserFunction = (
|
|||
client,
|
||||
tl.isAnyMessage(upd) ? upd : (upd as any).message,
|
||||
users,
|
||||
chats
|
||||
chats,
|
||||
upd._ === 'updateNewScheduledMessage'
|
||||
)
|
||||
|
||||
const newMessageParser: UpdateParser = ['new_message', baseMessageParser]
|
||||
|
|
Loading…
Reference in a new issue