@fer2809fl/baileys 7.0.1 → 7.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +259 -595
- package/WAProto/WAProto.proto +916 -360
- package/WAProto/fix-imports.js +18 -22
- package/WAProto/index.d.ts +15471 -8638
- package/WAProto/index.js +80576 -45941
- package/lib/Defaults/index.d.ts +14 -18
- package/lib/Defaults/index.d.ts.map +1 -1
- package/lib/Defaults/index.js +110 -115
- package/lib/Defaults/index.js.map +1 -1
- package/lib/Signal/Group/group_cipher.js.map +1 -1
- package/lib/Signal/Group/keyhelper.d.ts.map +1 -1
- package/lib/Signal/Group/keyhelper.js.map +1 -1
- package/lib/Signal/Group/sender-chain-key.js.map +1 -1
- package/lib/Signal/Group/sender-key-message.js.map +1 -1
- package/lib/Signal/Group/sender-message-key.js.map +1 -1
- package/lib/Signal/libsignal.d.ts.map +1 -1
- package/lib/Signal/libsignal.js +17 -45
- package/lib/Signal/libsignal.js.map +1 -1
- package/lib/Signal/lid-mapping.d.ts +0 -4
- package/lib/Signal/lid-mapping.d.ts.map +1 -1
- package/lib/Signal/lid-mapping.js +0 -6
- package/lib/Signal/lid-mapping.js.map +1 -1
- package/lib/Socket/business.d.ts +532 -280
- package/lib/Socket/business.d.ts.map +1 -1
- package/lib/Socket/business.js +401 -358
- package/lib/Socket/chats.d.ts +2 -22
- package/lib/Socket/chats.d.ts.map +1 -1
- package/lib/Socket/chats.js +43 -314
- package/lib/Socket/chats.js.map +1 -1
- package/lib/Socket/communities.d.ts +641 -336
- package/lib/Socket/communities.d.ts.map +1 -1
- package/lib/Socket/communities.js +3 -6
- package/lib/Socket/communities.js.map +1 -1
- package/lib/Socket/dugong.d.ts +130 -0
- package/lib/Socket/dugong.d.ts.map +1 -0
- package/lib/Socket/dugong.js +772 -0
- package/lib/Socket/dugong.js.map +1 -0
- package/lib/Socket/groups.d.ts +2 -23
- package/lib/Socket/groups.d.ts.map +1 -1
- package/lib/Socket/groups.js +8 -171
- package/lib/Socket/groups.js.map +1 -1
- package/lib/Socket/index.d.ts +631 -322
- package/lib/Socket/index.d.ts.map +1 -1
- package/lib/Socket/index.js +12 -9
- package/lib/Socket/index.js.map +1 -1
- package/lib/Socket/messages-recv.d.ts +52 -84
- package/lib/Socket/messages-recv.d.ts.map +1 -1
- package/lib/Socket/messages-recv.js +185 -686
- package/lib/Socket/messages-recv.js.map +1 -1
- package/lib/Socket/messages-send.d.ts +643 -262
- package/lib/Socket/messages-send.d.ts.map +1 -1
- package/lib/Socket/messages-send.js +1559 -1359
- package/lib/Socket/messages-send.js.map +1 -1
- package/lib/Socket/mex.d.ts +0 -1
- package/lib/Socket/mex.d.ts.map +1 -1
- package/lib/Socket/mex.js +8 -22
- package/lib/Socket/mex.js.map +1 -1
- package/lib/Socket/native-buttons.js +231 -0
- package/lib/Socket/newsletter.d.ts +27 -42
- package/lib/Socket/newsletter.d.ts.map +1 -1
- package/lib/Socket/newsletter.js +439 -402
- package/lib/Socket/newsletter.js.map +1 -1
- package/lib/Socket/socket.d.ts +2 -6
- package/lib/Socket/socket.d.ts.map +1 -1
- package/lib/Socket/socket.js +26 -62
- package/lib/Socket/socket.js.map +1 -1
- package/lib/Types/Auth.d.ts +0 -1
- package/lib/Types/Auth.d.ts.map +1 -1
- package/lib/Types/Bussines.d.ts +34 -22
- package/lib/Types/Call.d.ts +1 -1
- package/lib/Types/Call.d.ts.map +1 -1
- package/lib/Types/Chat.d.ts +0 -1
- package/lib/Types/Chat.d.ts.map +1 -1
- package/lib/Types/Contact.d.ts +0 -2
- package/lib/Types/Contact.d.ts.map +1 -1
- package/lib/Types/Events.d.ts +1 -20
- package/lib/Types/Events.d.ts.map +1 -1
- package/lib/Types/GroupMetadata.d.ts +1 -4
- package/lib/Types/GroupMetadata.d.ts.map +1 -1
- package/lib/Types/Message.d.ts +348 -354
- package/lib/Types/Message.d.ts.map +1 -1
- package/lib/Types/Message.js +0 -4
- package/lib/Types/Message.js.map +1 -1
- package/lib/Types/{Mex.d.ts → Newsletter.d.ts} +7 -26
- package/lib/Types/Newsletter.d.ts.map +1 -0
- package/lib/Types/{Mex.js → Newsletter.js} +3 -11
- package/lib/Types/Newsletter.js.map +1 -0
- package/lib/Types/Signal.d.ts +1 -12
- package/lib/Types/Signal.d.ts.map +1 -1
- package/lib/Types/Socket.d.ts +148 -135
- package/lib/Types/Socket.d.ts.map +1 -1
- package/lib/Types/Socket.js.map +1 -1
- package/lib/Types/State.d.ts +0 -65
- package/lib/Types/State.d.ts.map +1 -1
- package/lib/Types/State.js +0 -43
- package/lib/Types/State.js.map +1 -1
- package/lib/Types/index.d.ts +52 -52
- package/lib/Types/index.d.ts.map +1 -1
- package/lib/Types/index.js +30 -23
- package/lib/Types/index.js.map +1 -1
- package/lib/Utils/auth-utils.d.ts +0 -5
- package/lib/Utils/auth-utils.d.ts.map +1 -1
- package/lib/Utils/auth-utils.js +0 -12
- package/lib/Utils/auth-utils.js.map +1 -1
- package/lib/Utils/browser-utils.d.ts.map +1 -1
- package/lib/Utils/browser-utils.js +0 -1
- package/lib/Utils/browser-utils.js.map +1 -1
- package/lib/Utils/chat-utils.d.ts +4 -34
- package/lib/Utils/chat-utils.d.ts.map +1 -1
- package/lib/Utils/chat-utils.js +20 -80
- package/lib/Utils/chat-utils.js.map +1 -1
- package/lib/Utils/crypto.d.ts +12 -12
- package/lib/Utils/crypto.d.ts.map +1 -1
- package/lib/Utils/crypto.js.map +1 -1
- package/lib/Utils/decode-wa-message.d.ts +0 -18
- package/lib/Utils/decode-wa-message.d.ts.map +1 -1
- package/lib/Utils/decode-wa-message.js +0 -34
- package/lib/Utils/decode-wa-message.js.map +1 -1
- package/lib/Utils/event-buffer.d.ts +0 -2
- package/lib/Utils/event-buffer.d.ts.map +1 -1
- package/lib/Utils/event-buffer.js +1 -49
- package/lib/Utils/event-buffer.js.map +1 -1
- package/lib/Utils/generics.d.ts +2 -3
- package/lib/Utils/generics.d.ts.map +1 -1
- package/lib/Utils/generics.js +1 -10
- package/lib/Utils/generics.js.map +1 -1
- package/lib/Utils/history.d.ts +0 -2
- package/lib/Utils/history.d.ts.map +1 -1
- package/lib/Utils/history.js +9 -12
- package/lib/Utils/history.js.map +1 -1
- package/lib/Utils/identity-change-handler.d.ts +0 -7
- package/lib/Utils/identity-change-handler.d.ts.map +1 -1
- package/lib/Utils/identity-change-handler.js +0 -1
- package/lib/Utils/identity-change-handler.js.map +1 -1
- package/lib/Utils/index.d.ts +23 -30
- package/lib/Utils/index.d.ts.map +1 -1
- package/lib/Utils/index.js +2 -9
- package/lib/Utils/index.js.map +1 -1
- package/lib/Utils/link-preview.js +2 -2
- package/lib/Utils/link-preview.js.map +1 -1
- package/lib/Utils/message-retry-manager.d.ts +0 -5
- package/lib/Utils/message-retry-manager.d.ts.map +1 -1
- package/lib/Utils/message-retry-manager.js +0 -40
- package/lib/Utils/message-retry-manager.js.map +1 -1
- package/lib/Utils/messages-media.d.ts +13 -45
- package/lib/Utils/messages-media.d.ts.map +1 -1
- package/lib/Utils/messages-media.js +98 -293
- package/lib/Utils/messages-media.js.map +1 -1
- package/lib/Utils/messages.d.ts +3 -16
- package/lib/Utils/messages.d.ts.map +1 -1
- package/lib/Utils/messages.js +1123 -1219
- package/lib/Utils/messages.js.map +1 -1
- package/lib/Utils/noise-handler.d.ts +1 -1
- package/lib/Utils/process-message.d.ts.map +1 -1
- package/lib/Utils/process-message.js +1 -103
- package/lib/Utils/process-message.js.map +1 -1
- package/lib/Utils/rich-messages.d.ts +277 -0
- package/lib/Utils/rich-messages.d.ts.map +1 -0
- package/lib/Utils/rich-messages.js +1144 -0
- package/lib/Utils/rich-messages.js.map +1 -0
- package/lib/Utils/signal.d.ts +0 -13
- package/lib/Utils/signal.d.ts.map +1 -1
- package/lib/Utils/signal.js +0 -42
- package/lib/Utils/signal.js.map +1 -1
- package/lib/Utils/sticker-pack.d.ts +10 -0
- package/lib/Utils/sticker-pack.js +111 -0
- package/lib/Utils/sync-action-utils.d.ts.map +1 -1
- package/lib/Utils/sync-action-utils.js +0 -1
- package/lib/Utils/sync-action-utils.js.map +1 -1
- package/lib/Utils/tc-token-utils.d.ts +1 -26
- package/lib/Utils/tc-token-utils.d.ts.map +1 -1
- package/lib/Utils/tc-token-utils.js +5 -151
- package/lib/Utils/tc-token-utils.js.map +1 -1
- package/lib/Utils/validate-connection.d.ts +0 -1
- package/lib/Utils/validate-connection.d.ts.map +1 -1
- package/lib/Utils/validate-connection.js +3 -13
- package/lib/Utils/validate-connection.js.map +1 -1
- package/lib/WABinary/decode.d.ts +1 -1
- package/lib/WABinary/decode.d.ts.map +1 -1
- package/lib/WABinary/generic-utils.d.ts +3 -1
- package/lib/WABinary/generic-utils.d.ts.map +1 -1
- package/lib/WABinary/generic-utils.js +78 -0
- package/lib/WABinary/generic-utils.js.map +1 -1
- package/lib/WABinary/jid-utils.d.ts +0 -11
- package/lib/WABinary/jid-utils.d.ts.map +1 -1
- package/lib/WABinary/jid-utils.js +0 -33
- package/lib/WABinary/jid-utils.js.map +1 -1
- package/lib/WAM/encode.d.ts +1 -1
- package/lib/WAM/encode.d.ts.map +1 -1
- package/lib/WAUSync/Protocols/USyncContactProtocol.d.ts.map +1 -1
- package/lib/WAUSync/Protocols/USyncContactProtocol.js +3 -26
- package/lib/WAUSync/Protocols/USyncContactProtocol.js.map +1 -1
- package/lib/WAUSync/Protocols/index.d.ts +0 -1
- package/lib/WAUSync/Protocols/index.d.ts.map +1 -1
- package/lib/WAUSync/Protocols/index.js +0 -1
- package/lib/WAUSync/Protocols/index.js.map +1 -1
- package/lib/WAUSync/USyncQuery.d.ts +0 -1
- package/lib/WAUSync/USyncQuery.d.ts.map +1 -1
- package/lib/WAUSync/USyncQuery.js +2 -6
- package/lib/WAUSync/USyncQuery.js.map +1 -1
- package/lib/WAUSync/USyncUser.d.ts +0 -4
- package/lib/WAUSync/USyncUser.d.ts.map +1 -1
- package/lib/WAUSync/USyncUser.js +0 -8
- package/lib/WAUSync/USyncUser.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -4
- package/lib/index.js.map +1 -1
- package/package.json +30 -34
- package/LICENSE +0 -21
- package/engine-requirements.js +0 -10
- package/lib/Socket/smgss.d.ts +0 -119
- package/lib/Socket/smgss.d.ts.map +0 -1
- package/lib/Socket/smgss.js +0 -453
- package/lib/Socket/smgss.js.map +0 -1
- package/lib/Store/index.d.ts +0 -4
- package/lib/Store/index.d.ts.map +0 -1
- package/lib/Store/index.js +0 -4
- package/lib/Store/index.js.map +0 -1
- package/lib/Store/make-in-memory-store.d.ts +0 -132
- package/lib/Store/make-in-memory-store.d.ts.map +0 -1
- package/lib/Store/make-in-memory-store.js +0 -450
- package/lib/Store/make-in-memory-store.js.map +0 -1
- package/lib/Store/make-ordered-dictionary.d.ts +0 -14
- package/lib/Store/make-ordered-dictionary.d.ts.map +0 -1
- package/lib/Store/make-ordered-dictionary.js +0 -80
- package/lib/Store/make-ordered-dictionary.js.map +0 -1
- package/lib/Store/object-repository.d.ts +0 -13
- package/lib/Store/object-repository.d.ts.map +0 -1
- package/lib/Store/object-repository.js +0 -24
- package/lib/Store/object-repository.js.map +0 -1
- package/lib/Types/Mex.d.ts.map +0 -1
- package/lib/Types/Mex.js.map +0 -1
- package/lib/Utils/button-handler.d.ts +0 -28
- package/lib/Utils/button-handler.d.ts.map +0 -1
- package/lib/Utils/button-handler.js +0 -140
- package/lib/Utils/button-handler.js.map +0 -1
- package/lib/Utils/companion-reg-client-utils.d.ts +0 -17
- package/lib/Utils/companion-reg-client-utils.d.ts.map +0 -1
- package/lib/Utils/companion-reg-client-utils.js +0 -35
- package/lib/Utils/companion-reg-client-utils.js.map +0 -1
- package/lib/Utils/interactive.d.ts +0 -60
- package/lib/Utils/interactive.d.ts.map +0 -1
- package/lib/Utils/interactive.js +0 -224
- package/lib/Utils/interactive.js.map +0 -1
- package/lib/Utils/message-composer.d.ts +0 -93
- package/lib/Utils/message-composer.d.ts.map +0 -1
- package/lib/Utils/message-composer.js +0 -311
- package/lib/Utils/message-composer.js.map +0 -1
- package/lib/Utils/messages-newsletter.d.ts +0 -74
- package/lib/Utils/messages-newsletter.d.ts.map +0 -1
- package/lib/Utils/messages-newsletter.js +0 -128
- package/lib/Utils/messages-newsletter.js.map +0 -1
- package/lib/Utils/shortcake-crypto.d.ts +0 -36
- package/lib/Utils/shortcake-crypto.d.ts.map +0 -1
- package/lib/Utils/shortcake-crypto.js +0 -71
- package/lib/Utils/shortcake-crypto.js.map +0 -1
- package/lib/Utils/shortcake.d.ts +0 -36
- package/lib/Utils/shortcake.d.ts.map +0 -1
- package/lib/Utils/shortcake.js +0 -162
- package/lib/Utils/shortcake.js.map +0 -1
- package/lib/Utils/use-single-file-auth-state.d.ts +0 -6
- package/lib/Utils/use-single-file-auth-state.d.ts.map +0 -1
- package/lib/Utils/use-single-file-auth-state.js +0 -111
- package/lib/Utils/use-single-file-auth-state.js.map +0 -1
- package/lib/Utils/use-sqlite-auth-state.d.ts +0 -14
- package/lib/Utils/use-sqlite-auth-state.d.ts.map +0 -1
- package/lib/Utils/use-sqlite-auth-state.js +0 -107
- package/lib/Utils/use-sqlite-auth-state.js.map +0 -1
- package/lib/WAUSync/Protocols/USyncUsernameProtocol.d.ts +0 -10
- package/lib/WAUSync/Protocols/USyncUsernameProtocol.d.ts.map +0 -1
- package/lib/WAUSync/Protocols/USyncUsernameProtocol.js +0 -25
- package/lib/WAUSync/Protocols/USyncUsernameProtocol.js.map +0 -1
package/lib/Types/Message.d.ts
CHANGED
|
@@ -1,428 +1,422 @@
|
|
|
1
|
-
import type { Readable } from
|
|
2
|
-
import type { URL } from
|
|
3
|
-
import { proto } from
|
|
4
|
-
import type { MediaType } from
|
|
5
|
-
import type { BinaryNode } from
|
|
6
|
-
import type { GroupMetadata } from
|
|
7
|
-
import type { CacheStore } from
|
|
1
|
+
import type { Readable } from "stream";
|
|
2
|
+
import type { URL } from "url";
|
|
3
|
+
import { proto } from "../../WAProto/index.js";
|
|
4
|
+
import type { MediaType } from "../Defaults/index.js";
|
|
5
|
+
import type { BinaryNode } from "../WABinary/index.js";
|
|
6
|
+
import type { GroupMetadata } from "./GroupMetadata.js";
|
|
7
|
+
import type { CacheStore } from "./Socket.js";
|
|
8
8
|
export { proto as WAProto };
|
|
9
|
-
export declare const ButtonHeaderType: typeof proto.Message.ButtonsMessage.HeaderType;
|
|
10
|
-
export declare const ButtonType: typeof proto.Message.ButtonsMessage.Button.Type;
|
|
11
|
-
export declare const CarouselCardType: typeof proto.Message.InteractiveMessage.CarouselMessage.CarouselCardType;
|
|
12
|
-
export declare const ListType: typeof proto.Message.ListMessage.ListType;
|
|
13
9
|
export type WAMessage = proto.IWebMessageInfo & {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
isSystemNotification?: boolean;
|
|
10
|
+
key: WAMessageKey;
|
|
11
|
+
messageStubParameters?: any;
|
|
12
|
+
category?: string;
|
|
13
|
+
retryCount?: number;
|
|
19
14
|
};
|
|
20
15
|
export type WAMessageContent = proto.IMessage;
|
|
21
16
|
export type WAContactMessage = proto.Message.IContactMessage;
|
|
22
17
|
export type WAContactsArrayMessage = proto.Message.IContactsArrayMessage;
|
|
23
18
|
export type WAMessageKey = proto.IMessageKey & {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
addressingMode?: string;
|
|
30
|
-
isViewOnce?: boolean;
|
|
19
|
+
remoteJidAlt?: string;
|
|
20
|
+
participantAlt?: string;
|
|
21
|
+
server_id?: string;
|
|
22
|
+
addressingMode?: string;
|
|
23
|
+
isViewOnce?: boolean;
|
|
31
24
|
};
|
|
32
25
|
export type WATextMessage = proto.Message.IExtendedTextMessage;
|
|
33
26
|
export type WAContextInfo = proto.IContextInfo;
|
|
34
27
|
export type WALocationMessage = proto.Message.ILocationMessage;
|
|
35
|
-
export type WAGenericMediaMessage =
|
|
28
|
+
export type WAGenericMediaMessage =
|
|
29
|
+
| proto.Message.IVideoMessage
|
|
30
|
+
| proto.Message.IImageMessage
|
|
31
|
+
| proto.Message.IAudioMessage
|
|
32
|
+
| proto.Message.IDocumentMessage
|
|
33
|
+
| proto.Message.IStickerMessage;
|
|
36
34
|
export declare const WAMessageStubType: typeof proto.WebMessageInfo.StubType;
|
|
37
35
|
export declare const WAMessageStatus: typeof proto.WebMessageInfo.Status;
|
|
38
|
-
import type { ILogger } from
|
|
36
|
+
import type { ILogger } from "../Utils/logger.js";
|
|
39
37
|
export type WAMediaPayloadURL = {
|
|
40
|
-
|
|
38
|
+
url: URL | string;
|
|
41
39
|
};
|
|
42
40
|
export type WAMediaPayloadStream = {
|
|
43
|
-
|
|
41
|
+
stream: Readable;
|
|
44
42
|
};
|
|
45
43
|
export type WAMediaUpload = Buffer | WAMediaPayloadStream | WAMediaPayloadURL;
|
|
46
44
|
/** Set of message types that are supported by the library */
|
|
47
45
|
export type MessageType = keyof proto.Message;
|
|
48
46
|
export declare enum WAMessageAddressingMode {
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
PN = "pn",
|
|
48
|
+
LID = "lid",
|
|
51
49
|
}
|
|
52
|
-
export type MessageWithContextInfo =
|
|
50
|
+
export type MessageWithContextInfo =
|
|
51
|
+
| "imageMessage"
|
|
52
|
+
| "contactMessage"
|
|
53
|
+
| "locationMessage"
|
|
54
|
+
| "extendedTextMessage"
|
|
55
|
+
| "documentMessage"
|
|
56
|
+
| "audioMessage"
|
|
57
|
+
| "videoMessage"
|
|
58
|
+
| "call"
|
|
59
|
+
| "contactsArrayMessage"
|
|
60
|
+
| "liveLocationMessage"
|
|
61
|
+
| "templateMessage"
|
|
62
|
+
| "stickerMessage"
|
|
63
|
+
| "groupInviteMessage"
|
|
64
|
+
| "templateButtonReplyMessage"
|
|
65
|
+
| "productMessage"
|
|
66
|
+
| "listMessage"
|
|
67
|
+
| "orderMessage"
|
|
68
|
+
| "listResponseMessage"
|
|
69
|
+
| "buttonsMessage"
|
|
70
|
+
| "buttonsResponseMessage"
|
|
71
|
+
| "interactiveMessage"
|
|
72
|
+
| "interactiveResponseMessage"
|
|
73
|
+
| "pollCreationMessage"
|
|
74
|
+
| "requestPhoneNumberMessage"
|
|
75
|
+
| "messageHistoryBundle"
|
|
76
|
+
| "eventMessage"
|
|
77
|
+
| "newsletterAdminInviteMessage"
|
|
78
|
+
| "albumMessage"
|
|
79
|
+
| "stickerPackMessage"
|
|
80
|
+
| "pollResultSnapshotMessage"
|
|
81
|
+
| "messageHistoryNotice";
|
|
53
82
|
export type DownloadableMessage = {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
};
|
|
58
|
-
export type MessageReceiptType =
|
|
83
|
+
mediaKey?: Uint8Array | null;
|
|
84
|
+
directPath?: string | null;
|
|
85
|
+
url?: string | null;
|
|
86
|
+
};
|
|
87
|
+
export type MessageReceiptType =
|
|
88
|
+
| "read"
|
|
89
|
+
| "read-self"
|
|
90
|
+
| "hist_sync"
|
|
91
|
+
| "peer_msg"
|
|
92
|
+
| "sender"
|
|
93
|
+
| "inactive"
|
|
94
|
+
| "played"
|
|
95
|
+
| undefined;
|
|
59
96
|
export type MediaConnInfo = {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
97
|
+
auth: string;
|
|
98
|
+
ttl: number;
|
|
99
|
+
hosts: {
|
|
100
|
+
hostname: string;
|
|
101
|
+
maxContentLengthBytes: number;
|
|
102
|
+
}[];
|
|
103
|
+
fetchDate: Date;
|
|
67
104
|
};
|
|
68
105
|
export interface WAUrlInfo {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
106
|
+
"canonical-url": string;
|
|
107
|
+
"matched-text": string;
|
|
108
|
+
title: string;
|
|
109
|
+
description?: string;
|
|
110
|
+
jpegThumbnail?: Buffer;
|
|
111
|
+
highQualityThumbnail?: proto.Message.IImageMessage;
|
|
112
|
+
originalThumbnailUrl?: string;
|
|
76
113
|
}
|
|
77
114
|
type Mentionable = {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
115
|
+
/** list of jids that are mentioned in the accompanying text */
|
|
116
|
+
mentions?: string[];
|
|
117
|
+
/** mention all */
|
|
118
|
+
mentionAll?: boolean;
|
|
82
119
|
};
|
|
83
120
|
type Contextable = {
|
|
84
|
-
|
|
85
|
-
|
|
121
|
+
/** add contextInfo to the message */
|
|
122
|
+
contextInfo?: proto.IContextInfo;
|
|
86
123
|
};
|
|
87
124
|
type ViewOnce = {
|
|
88
|
-
|
|
89
|
-
viewOnceV2?: boolean;
|
|
90
|
-
viewOnceV2Extension?: boolean;
|
|
91
|
-
};
|
|
92
|
-
type AiLabelable = {
|
|
93
|
-
ai?: boolean;
|
|
125
|
+
viewOnce?: boolean;
|
|
94
126
|
};
|
|
95
127
|
type Editable = {
|
|
96
|
-
|
|
128
|
+
edit?: WAMessageKey;
|
|
97
129
|
};
|
|
98
130
|
type WithDimensions = {
|
|
99
|
-
|
|
100
|
-
|
|
131
|
+
width?: number;
|
|
132
|
+
height?: number;
|
|
101
133
|
};
|
|
102
134
|
export type PollMessageOptions = {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
135
|
+
name: string;
|
|
136
|
+
selectableCount?: number;
|
|
137
|
+
values: string[];
|
|
138
|
+
/** 32 byte message secret to encrypt poll selections */
|
|
139
|
+
messageSecret?: Uint8Array;
|
|
140
|
+
toAnnouncementGroup?: boolean;
|
|
109
141
|
};
|
|
110
142
|
export type EventMessageOptions = {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
};
|
|
122
|
-
export type AlbumMessageOptions = {
|
|
123
|
-
/** Number of images expected in the album */
|
|
124
|
-
expectedImageCount?: number;
|
|
125
|
-
/** Number of videos expected in the album */
|
|
126
|
-
expectedVideoCount?: number;
|
|
143
|
+
name: string;
|
|
144
|
+
description?: string;
|
|
145
|
+
startDate: Date;
|
|
146
|
+
endDate?: Date;
|
|
147
|
+
location?: WALocationMessage;
|
|
148
|
+
call?: "audio" | "video";
|
|
149
|
+
isCancelled?: boolean;
|
|
150
|
+
isScheduleCall?: boolean;
|
|
151
|
+
extraGuestsAllowed?: boolean;
|
|
152
|
+
messageSecret?: Uint8Array<ArrayBufferLike>;
|
|
127
153
|
};
|
|
128
154
|
type SharePhoneNumber = {
|
|
129
|
-
|
|
155
|
+
sharePhoneNumber: boolean;
|
|
130
156
|
};
|
|
131
157
|
type RequestPhoneNumber = {
|
|
132
|
-
|
|
133
|
-
};
|
|
134
|
-
export type AnyMediaMessageContent = (
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
} &
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
158
|
+
requestPhoneNumber: boolean;
|
|
159
|
+
};
|
|
160
|
+
export type AnyMediaMessageContent = (
|
|
161
|
+
| ({
|
|
162
|
+
image: WAMediaUpload;
|
|
163
|
+
caption?: string;
|
|
164
|
+
jpegThumbnail?: string;
|
|
165
|
+
} & Mentionable &
|
|
166
|
+
Contextable &
|
|
167
|
+
WithDimensions)
|
|
168
|
+
| ({
|
|
169
|
+
video: WAMediaUpload;
|
|
170
|
+
caption?: string;
|
|
171
|
+
gifPlayback?: boolean;
|
|
172
|
+
jpegThumbnail?: string;
|
|
173
|
+
/** if set to true, will send as a `video note` */
|
|
174
|
+
ptv?: boolean;
|
|
175
|
+
} & Mentionable &
|
|
176
|
+
Contextable &
|
|
177
|
+
WithDimensions)
|
|
178
|
+
| {
|
|
179
|
+
audio: WAMediaUpload;
|
|
180
|
+
/** if set to true, will send as a `voice note` */
|
|
181
|
+
ptt?: boolean;
|
|
182
|
+
/** optionally tell the duration of the audio */
|
|
183
|
+
seconds?: number;
|
|
184
|
+
}
|
|
185
|
+
| ({
|
|
186
|
+
sticker: WAMediaUpload;
|
|
187
|
+
isAnimated?: boolean;
|
|
188
|
+
} & WithDimensions)
|
|
189
|
+
| ({
|
|
190
|
+
document: WAMediaUpload;
|
|
191
|
+
mimetype: string;
|
|
192
|
+
fileName?: string;
|
|
193
|
+
caption?: string;
|
|
194
|
+
} & Contextable)
|
|
195
|
+
) & {
|
|
196
|
+
mimetype?: string;
|
|
197
|
+
} & Editable;
|
|
166
198
|
export type ButtonReplyInfo = {
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
199
|
+
displayText: string;
|
|
200
|
+
id: string;
|
|
201
|
+
index: number;
|
|
170
202
|
};
|
|
171
203
|
export type GroupInviteInfo = {
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
};
|
|
178
|
-
export type WASendableProduct = Omit<
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
}
|
|
191
|
-
|
|
204
|
+
inviteCode: string;
|
|
205
|
+
inviteExpiration: number;
|
|
206
|
+
text: string;
|
|
207
|
+
jid: string;
|
|
208
|
+
subject: string;
|
|
209
|
+
};
|
|
210
|
+
export type WASendableProduct = Omit<
|
|
211
|
+
proto.Message.ProductMessage.IProductSnapshot,
|
|
212
|
+
"productImage"
|
|
213
|
+
> & {
|
|
214
|
+
productImage: WAMediaUpload;
|
|
215
|
+
};
|
|
216
|
+
export type StickerPackItem =
|
|
217
|
+
| WAMediaUpload
|
|
218
|
+
| {
|
|
219
|
+
sticker: WAMediaUpload;
|
|
220
|
+
emojis?: string[];
|
|
221
|
+
accessibilityLabel?: string;
|
|
222
|
+
};
|
|
223
|
+
export type StickerPackContent = {
|
|
224
|
+
name: string;
|
|
225
|
+
publisher?: string;
|
|
226
|
+
description?: string;
|
|
227
|
+
packId?: string;
|
|
228
|
+
stickers: StickerPackItem[];
|
|
229
|
+
cover?: WAMediaUpload;
|
|
230
|
+
};
|
|
231
|
+
export type AnyRegularMessageContent = (
|
|
232
|
+
| ({
|
|
233
|
+
text: string;
|
|
234
|
+
linkPreview?: WAUrlInfo | null;
|
|
235
|
+
} & Mentionable &
|
|
236
|
+
Contextable &
|
|
237
|
+
Editable)
|
|
238
|
+
| AnyMediaMessageContent
|
|
239
|
+
| {
|
|
240
|
+
event: EventMessageOptions;
|
|
241
|
+
}
|
|
242
|
+
| ({
|
|
243
|
+
poll: PollMessageOptions;
|
|
244
|
+
} & Mentionable &
|
|
245
|
+
Contextable &
|
|
246
|
+
Editable)
|
|
247
|
+
| {
|
|
248
|
+
contacts: {
|
|
192
249
|
displayName?: string;
|
|
193
250
|
contacts: proto.Message.IContactMessage[];
|
|
251
|
+
};
|
|
252
|
+
}
|
|
253
|
+
| {
|
|
254
|
+
location: WALocationMessage;
|
|
255
|
+
}
|
|
256
|
+
| {
|
|
257
|
+
react: proto.Message.IReactionMessage;
|
|
258
|
+
}
|
|
259
|
+
| {
|
|
260
|
+
buttonReply: ButtonReplyInfo;
|
|
261
|
+
type: "template" | "plain";
|
|
262
|
+
}
|
|
263
|
+
| {
|
|
264
|
+
groupInvite: GroupInviteInfo;
|
|
265
|
+
}
|
|
266
|
+
| {
|
|
267
|
+
listReply: Omit<proto.Message.IListResponseMessage, "contextInfo">;
|
|
268
|
+
}
|
|
269
|
+
| {
|
|
270
|
+
pin: WAMessageKey;
|
|
271
|
+
type: proto.PinInChat.Type;
|
|
272
|
+
/**
|
|
273
|
+
* 24 hours, 7 days, 30 days
|
|
274
|
+
*/
|
|
275
|
+
time?: 86400 | 604800 | 2592000;
|
|
276
|
+
}
|
|
277
|
+
| {
|
|
278
|
+
product: WASendableProduct;
|
|
279
|
+
businessOwnerJid?: string;
|
|
280
|
+
body?: string;
|
|
281
|
+
footer?: string;
|
|
282
|
+
}
|
|
283
|
+
| ({
|
|
284
|
+
stickerPack: StickerPackContent;
|
|
285
|
+
} & Mentionable &
|
|
286
|
+
Contextable)
|
|
287
|
+
| SharePhoneNumber
|
|
288
|
+
| RequestPhoneNumber
|
|
289
|
+
) &
|
|
290
|
+
ViewOnce;
|
|
291
|
+
export type AnyMessageContent =
|
|
292
|
+
| AnyRegularMessageContent
|
|
293
|
+
| {
|
|
294
|
+
forward: WAMessage;
|
|
295
|
+
force?: boolean;
|
|
296
|
+
}
|
|
297
|
+
| {
|
|
298
|
+
/** Delete your message or anyone's message in a group (admin required) */
|
|
299
|
+
delete: WAMessageKey;
|
|
300
|
+
}
|
|
301
|
+
| {
|
|
302
|
+
disappearingMessagesInChat: boolean | number;
|
|
303
|
+
}
|
|
304
|
+
| {
|
|
305
|
+
limitSharing: boolean;
|
|
194
306
|
};
|
|
195
|
-
|
|
196
|
-
location: WALocationMessage;
|
|
197
|
-
} | {
|
|
198
|
-
react: proto.Message.IReactionMessage;
|
|
199
|
-
} | {
|
|
200
|
-
buttonReply: ButtonReplyInfo;
|
|
201
|
-
type: 'template' | 'plain';
|
|
202
|
-
} | {
|
|
203
|
-
groupInvite: GroupInviteInfo;
|
|
204
|
-
} | {
|
|
205
|
-
listReply: Omit<proto.Message.IListResponseMessage, 'contextInfo'>;
|
|
206
|
-
} | {
|
|
207
|
-
pin: WAMessageKey;
|
|
208
|
-
type: proto.PinInChat.Type;
|
|
209
|
-
/**
|
|
210
|
-
* 24 hours, 7 days, 30 days
|
|
211
|
-
*/
|
|
212
|
-
time?: 86400 | 604800 | 2592000;
|
|
213
|
-
} | {
|
|
214
|
-
product: WASendableProduct;
|
|
215
|
-
businessOwnerJid?: string;
|
|
216
|
-
body?: string;
|
|
217
|
-
footer?: string;
|
|
218
|
-
} | SharePhoneNumber | RequestPhoneNumber | ({
|
|
219
|
-
buttons: WAButtonContent[];
|
|
220
|
-
footer?: string;
|
|
221
|
-
text?: string;
|
|
222
|
-
} & Contextable & Mentionable) | ({
|
|
223
|
-
sections: WAListSection[];
|
|
224
|
-
title?: string;
|
|
225
|
-
buttonText: string;
|
|
226
|
-
footer?: string;
|
|
227
|
-
description: string;
|
|
228
|
-
} & Contextable & Mentionable) | ({
|
|
229
|
-
templateButtons: WATemplateButton[];
|
|
230
|
-
footer?: string;
|
|
231
|
-
id?: string;
|
|
232
|
-
text?: string;
|
|
233
|
-
} & Contextable) | ({
|
|
234
|
-
nativeFlow: WAButtonContent[] | {
|
|
235
|
-
buttons: WAButtonContent[];
|
|
236
|
-
};
|
|
237
|
-
footer?: string;
|
|
238
|
-
title?: string;
|
|
239
|
-
subtitle?: string;
|
|
240
|
-
text?: string;
|
|
241
|
-
audioFooter?: WAMediaUpload;
|
|
242
|
-
} & Contextable & Mentionable) | ({
|
|
243
|
-
cards: WACarouselCard[];
|
|
244
|
-
footer?: string;
|
|
245
|
-
} & Contextable) | (proto.IMessage & {
|
|
246
|
-
raw: true;
|
|
247
|
-
})) & ViewOnce & AiLabelable;
|
|
248
|
-
export type WAButtonContent = {
|
|
249
|
-
text?: string;
|
|
250
|
-
buttonText?: string;
|
|
251
|
-
icon?: string;
|
|
252
|
-
} & ({
|
|
253
|
-
id: string;
|
|
254
|
-
} | {
|
|
255
|
-
url: string;
|
|
256
|
-
useWebview?: boolean;
|
|
257
|
-
} | {
|
|
258
|
-
call: string;
|
|
259
|
-
} | {
|
|
260
|
-
copy: string;
|
|
261
|
-
} | {
|
|
262
|
-
sections: WAListSection[];
|
|
263
|
-
} | {
|
|
264
|
-
name: string;
|
|
265
|
-
paramsJson?: string;
|
|
266
|
-
});
|
|
267
|
-
export type WAListSection = {
|
|
268
|
-
title?: string;
|
|
269
|
-
rows: {
|
|
270
|
-
title: string;
|
|
271
|
-
rowId: string;
|
|
272
|
-
description?: string;
|
|
273
|
-
}[];
|
|
274
|
-
};
|
|
275
|
-
export type WATemplateButton = {
|
|
276
|
-
text?: string;
|
|
277
|
-
buttonText?: string;
|
|
278
|
-
id: string;
|
|
279
|
-
} | {
|
|
280
|
-
text?: string;
|
|
281
|
-
buttonText?: string;
|
|
282
|
-
url: string;
|
|
283
|
-
} | {
|
|
284
|
-
text?: string;
|
|
285
|
-
buttonText?: string;
|
|
286
|
-
call: string;
|
|
287
|
-
};
|
|
288
|
-
export type WACarouselCard = {
|
|
289
|
-
text?: string;
|
|
290
|
-
caption?: string;
|
|
291
|
-
title?: string;
|
|
292
|
-
subtitle?: string;
|
|
293
|
-
footer?: string;
|
|
294
|
-
thumbnail?: WAMediaUpload;
|
|
295
|
-
audioFooter?: WAMediaUpload;
|
|
296
|
-
nativeFlow?: WAButtonContent[];
|
|
297
|
-
} & AnyMediaMessageContent & Contextable;
|
|
298
|
-
export type WAStickerPackSticker = {
|
|
299
|
-
sticker: WAMediaUpload;
|
|
300
|
-
data?: WAMediaUpload;
|
|
301
|
-
isAnimated?: boolean;
|
|
302
|
-
isLottie?: boolean;
|
|
303
|
-
emojis?: string[];
|
|
304
|
-
accessibilityLabel?: string;
|
|
305
|
-
};
|
|
306
|
-
export type WAStickerPackContent = {
|
|
307
|
-
name: string;
|
|
308
|
-
publisher?: string;
|
|
309
|
-
packId?: string;
|
|
310
|
-
description?: string;
|
|
311
|
-
cover: WAMediaUpload;
|
|
312
|
-
stickers: WAStickerPackSticker[];
|
|
313
|
-
};
|
|
314
|
-
export type AnyMessageContent = AnyRegularMessageContent | {
|
|
315
|
-
forward: WAMessage;
|
|
316
|
-
force?: boolean;
|
|
317
|
-
} | {
|
|
318
|
-
/** Delete your message or anyone's message in a group (admin required) */
|
|
319
|
-
delete: WAMessageKey;
|
|
320
|
-
} | {
|
|
321
|
-
disappearingMessagesInChat: boolean | number;
|
|
322
|
-
} | {
|
|
323
|
-
limitSharing: boolean;
|
|
324
|
-
} | {
|
|
325
|
-
stickerPack: WAStickerPackContent;
|
|
326
|
-
} & Mentionable & Contextable;
|
|
327
|
-
export type GroupMetadataParticipants = Pick<GroupMetadata, 'participants'>;
|
|
307
|
+
export type GroupMetadataParticipants = Pick<GroupMetadata, "participants">;
|
|
328
308
|
type MinimalRelayOptions = {
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
309
|
+
/** override the message ID with a custom provided string */
|
|
310
|
+
messageId?: string;
|
|
311
|
+
/** should we use group metadata cache, or fetch afresh from the server; default assumed to be "true" */
|
|
312
|
+
useCachedGroupMetadata?: boolean;
|
|
333
313
|
};
|
|
334
314
|
export type MessageRelayOptions = MinimalRelayOptions & {
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
315
|
+
/** only send to a specific participant; used when a message decryption fails for a single user */
|
|
316
|
+
participant?: {
|
|
317
|
+
jid: string;
|
|
318
|
+
count: number;
|
|
319
|
+
};
|
|
320
|
+
/** additional attributes to add to the WA binary node */
|
|
321
|
+
additionalAttributes?: {
|
|
322
|
+
[_: string]: string;
|
|
323
|
+
};
|
|
324
|
+
additionalNodes?: BinaryNode[];
|
|
325
|
+
/** should we use the devices cache, or fetch afresh from the server; default assumed to be "true" */
|
|
326
|
+
useUserDevicesCache?: boolean;
|
|
327
|
+
/** jid list of participants for status@broadcast */
|
|
328
|
+
statusJidList?: string[];
|
|
349
329
|
};
|
|
350
330
|
export type MiscMessageGenerationOptions = MinimalRelayOptions & {
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
};
|
|
368
|
-
export type MessageGenerationOptionsFromContent =
|
|
331
|
+
/** optional, if you want to manually set the timestamp of the message */
|
|
332
|
+
timestamp?: Date;
|
|
333
|
+
/** the message you want to quote */
|
|
334
|
+
quoted?: WAMessage;
|
|
335
|
+
/** disappearing messages settings */
|
|
336
|
+
ephemeralExpiration?: number | string;
|
|
337
|
+
/** timeout for media upload to WA server */
|
|
338
|
+
mediaUploadTimeoutMs?: number;
|
|
339
|
+
/** jid list of participants for status@broadcast */
|
|
340
|
+
statusJidList?: string[];
|
|
341
|
+
/** backgroundcolor for status */
|
|
342
|
+
backgroundColor?: string;
|
|
343
|
+
/** font type for status */
|
|
344
|
+
font?: number;
|
|
345
|
+
/** if it is broadcast */
|
|
346
|
+
broadcast?: boolean;
|
|
347
|
+
};
|
|
348
|
+
export type MessageGenerationOptionsFromContent =
|
|
349
|
+
MiscMessageGenerationOptions & {
|
|
369
350
|
userJid: string;
|
|
370
|
-
};
|
|
371
|
-
export type WAMediaUploadFunction = (
|
|
351
|
+
};
|
|
352
|
+
export type WAMediaUploadFunction = (
|
|
353
|
+
encFilePath: string,
|
|
354
|
+
opts: {
|
|
372
355
|
fileEncSha256B64: string;
|
|
373
356
|
mediaType: MediaType;
|
|
357
|
+
newsletter?: boolean;
|
|
374
358
|
timeoutMs?: number;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
359
|
+
},
|
|
360
|
+
) => Promise<{
|
|
361
|
+
mediaUrl: string;
|
|
362
|
+
directPath: string;
|
|
363
|
+
meta_hmac?: string;
|
|
364
|
+
ts?: number;
|
|
365
|
+
fbid?: number;
|
|
381
366
|
}>;
|
|
382
367
|
export type MediaGenerationOptions = {
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
368
|
+
logger?: ILogger;
|
|
369
|
+
mediaTypeOverride?: MediaType;
|
|
370
|
+
upload: WAMediaUploadFunction;
|
|
371
|
+
/** cache media so it does not have to be uploaded again */
|
|
372
|
+
mediaCache?: CacheStore;
|
|
373
|
+
mediaUploadTimeoutMs?: number;
|
|
374
|
+
options?: RequestInit;
|
|
375
|
+
backgroundColor?: string;
|
|
376
|
+
font?: number;
|
|
392
377
|
};
|
|
393
378
|
export type MessageContentGenerationOptions = MediaGenerationOptions & {
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
379
|
+
getUrlInfo?: (text: string) => Promise<WAUrlInfo | undefined>;
|
|
380
|
+
getProfilePicUrl?: (
|
|
381
|
+
jid: string,
|
|
382
|
+
type: "image" | "preview",
|
|
383
|
+
) => Promise<string | undefined>;
|
|
384
|
+
getCallLink?: (
|
|
385
|
+
type: "audio" | "video",
|
|
386
|
+
event?: {
|
|
387
|
+
startTime: number;
|
|
388
|
+
},
|
|
389
|
+
) => Promise<string | undefined>;
|
|
390
|
+
jid?: string;
|
|
391
|
+
};
|
|
392
|
+
export type MessageGenerationOptions = MessageContentGenerationOptions &
|
|
393
|
+
MessageGenerationOptionsFromContent;
|
|
402
394
|
/**
|
|
403
395
|
* Type of message upsert
|
|
404
396
|
* 1. notify => notify the user, this message was just received
|
|
405
397
|
* 2. append => append the message to the chat history, no notification required
|
|
406
398
|
*/
|
|
407
|
-
export type MessageUpsertType =
|
|
399
|
+
export type MessageUpsertType = "append" | "notify";
|
|
408
400
|
export type MessageUserReceipt = proto.IUserReceipt;
|
|
409
401
|
export type WAMessageUpdate = {
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
};
|
|
413
|
-
export type WAMessageCursor =
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
402
|
+
update: Partial<WAMessage>;
|
|
403
|
+
key: WAMessageKey;
|
|
404
|
+
};
|
|
405
|
+
export type WAMessageCursor =
|
|
406
|
+
| {
|
|
407
|
+
before: WAMessageKey | undefined;
|
|
408
|
+
}
|
|
409
|
+
| {
|
|
410
|
+
after: WAMessageKey | undefined;
|
|
411
|
+
};
|
|
418
412
|
export type MessageUserReceiptUpdate = {
|
|
419
|
-
|
|
420
|
-
|
|
413
|
+
key: WAMessageKey;
|
|
414
|
+
receipt: MessageUserReceipt;
|
|
421
415
|
};
|
|
422
416
|
export type MediaDecryptionKeyInfo = {
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
417
|
+
iv: Uint8Array;
|
|
418
|
+
cipherKey: Uint8Array;
|
|
419
|
+
macKey?: Uint8Array;
|
|
426
420
|
};
|
|
427
|
-
export type MinimalMessage = Pick<WAMessage,
|
|
428
|
-
//# sourceMappingURL=Message.d.ts.map
|
|
421
|
+
export type MinimalMessage = Pick<WAMessage, "key" | "messageTimestamp">;
|
|
422
|
+
//# sourceMappingURL=Message.d.ts.map
|