- Preparing search index...
- The search index is not available
baileys
Function decryptMessageNode
- decryptMessageNode(stanza, meId, meLid, repository, logger): {
author: string;
category: string;
fullMessage: IWebMessageInfo;
decrypt() => Promise<void>;
}
-
Parameters
-
-
meId: string
-
meLid: string
-
-
logger: Logger<LoggerOptions>
Returns {
author: string;
category: string;
fullMessage: IWebMessageInfo;
decrypt() => Promise<void>;
}
-
author: string
-
category: string
-
-
decrypt:function
- decrypt(): Promise<void>
-
Returns Promise<void>