- Preparing search index...
- The search index is not available
baileys
Function decodeMediaRetryNode
- decodeMediaRetryNode(node): {
error?: Boom<any>;
key: proto.IMessageKey;
media?: {
ciphertext: Uint8Array;
iv: Uint8Array;
};
}
-
Returns {
error?: Boom<any>;
key: proto.IMessageKey;
media?: {
ciphertext: Uint8Array;
iv: Uint8Array;
};
}
-
Optional
error?: Boom<any>
-
-
Optional
media?: {
ciphertext: Uint8Array;
iv: Uint8Array;
}
-
ciphertext: Uint8Array
-
iv: Uint8Array