feat(client): markChatUnread method

now i might be stupid
This commit is contained in:
teidesu 2021-05-12 22:37:09 +03:00
parent 482c71690d
commit b634aa01eb

View file

@ -18,5 +18,6 @@ export async function markChatUnread(
_: 'inputDialogPeer',
peer: normalizeToInputPeer(await this.resolvePeer(chatId)),
},
unread: true
})
}