Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/@adiwajshing/baileys/lib/Utils/decode-wa-message.d_1.ts
2593 views
1
import { proto } from '../../WAProto';
2
import { AuthenticationState } from '../Types';
3
import { BinaryNode } from '../WABinary';
4
export declare const decodeMessageStanza: (stanza: BinaryNode, auth: AuthenticationState) => {
5
fullMessage: proto.IWebMessageInfo;
6
decryptionTask: Promise<void>;
7
};
8
9