patch messages.update
This commit is contained in:
@@ -147,5 +147,6 @@ export interface MessageStatusUpdate {
|
||||
type: WAMessageStatus
|
||||
}
|
||||
|
||||
export type WAMessageUpdate = { update: Partial<WAMessage>, key: proto.IMessageKey }
|
||||
|
||||
export type WAMessageCursor = { before: WAMessageKey | undefined } | { after: WAMessageKey | undefined }
|
||||
Reference in New Issue
Block a user