feat: method to mark chat as unread

This commit is contained in:
Neander de Souza
2024-05-06 09:08:36 -03:00
parent 633dbb82d3
commit 8e9a1e2ba5
6 changed files with 100 additions and 0 deletions

View File

@@ -73,6 +73,11 @@ export class ArchiveChatDto {
archive: boolean;
}
export class MarkChatUnreadDto {
lastMessage?: LastMessage;
chat?: string;
}
class PrivacySetting {
readreceipts: WAReadReceiptsValue;
profile: WAPrivacyValue;