mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: Delete Message For Me (#1718)
* Add Timestamp for deleteMessageForMe * Fix Typo Readme * Add Timestamp for deleteMessageForMe * fix: Typo type timestamp
This commit is contained in:
@@ -75,7 +75,7 @@ export type ChatModification =
|
||||
mute: number | null
|
||||
} |
|
||||
{
|
||||
clear: 'all' | { messages: {id: string, fromMe?: boolean}[] }
|
||||
clear: 'all' | { messages: {id: string, fromMe?: boolean, timestamp: number}[] }
|
||||
} |
|
||||
{
|
||||
star: {
|
||||
@@ -96,4 +96,4 @@ export type InitialReceivedChatsState = {
|
||||
export type InitialAppStateSyncOptions = {
|
||||
recvChats: InitialReceivedChatsState
|
||||
accountSettings: AccountSettings
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user