mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: correct operation type on chat patch
This commit is contained in:
@@ -17,6 +17,7 @@ export type WAPatchCreate = {
|
||||
index: string[]
|
||||
type: WAPatchName
|
||||
apiVersion: number
|
||||
operation: proto.SyncdMutation.SyncdMutationSyncdOperation
|
||||
}
|
||||
|
||||
export type Chat = Omit<proto.IConversation, 'messages'> & {
|
||||
|
||||
Reference in New Issue
Block a user