mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
finalize multi-device
This commit is contained in:
16
WASignalGroup/ciphertext_message.js
Normal file
16
WASignalGroup/ciphertext_message.js
Normal file
@@ -0,0 +1,16 @@
|
||||
class CiphertextMessage {
|
||||
UNSUPPORTED_VERSION = 1;
|
||||
|
||||
CURRENT_VERSION = 3;
|
||||
|
||||
WHISPER_TYPE = 2;
|
||||
|
||||
PREKEY_TYPE = 3;
|
||||
|
||||
SENDERKEY_TYPE = 4;
|
||||
|
||||
SENDERKEY_DISTRIBUTION_TYPE = 5;
|
||||
|
||||
ENCRYPTED_MESSAGE_OVERHEAD = 53;
|
||||
}
|
||||
module.exports = CiphertextMessage;
|
||||
Reference in New Issue
Block a user