feat(client): markChatUnread method
now i might be stupid
This commit is contained in:
parent
482c71690d
commit
b634aa01eb
1 changed files with 1 additions and 0 deletions
|
@ -18,5 +18,6 @@ export async function markChatUnread(
|
||||||
_: 'inputDialogPeer',
|
_: 'inputDialogPeer',
|
||||||
peer: normalizeToInputPeer(await this.resolvePeer(chatId)),
|
peer: normalizeToInputPeer(await this.resolvePeer(chatId)),
|
||||||
},
|
},
|
||||||
|
unread: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue