update proto

This commit is contained in:
Adhiraj Singh
2021-07-29 20:33:19 +05:30
parent 5c4a317213
commit b5ee036ae9
13 changed files with 6164 additions and 29547 deletions

View File

@@ -5,7 +5,6 @@ import { Chat, Presence, WAMessageCursor, SocketConfig, WAMessage, WAMessageKey,
import { isGroupID, toNumber, whatsappID, generateWAMessage, decryptMediaMessageBuffer } from "../Utils";
import makeChatsSocket from "./chats";
import { WA_DEFAULT_EPHEMERAL } from "../Defaults";
import { Attributes } from "../BinaryNode/types";
const STATUS_MAP = {
read: WAMessageStatus.READ,
@@ -19,8 +18,7 @@ const makeMessagesSocket = (config: SocketConfig) => {
const {
ev,
socketEvents,
query,
sendMessage,
query,
generateMessageTag,
currentEpoch,
setQuery,