mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-18 03:29:14 +00:00
Update MessageAck constant for consistancy
This commit is contained in:
@@ -97,7 +97,7 @@ exports.WAState = {
|
||||
* @readonly
|
||||
* @enum {number}
|
||||
*/
|
||||
exports.MESSAGE_ACK = {
|
||||
exports.MessageAck = {
|
||||
ACK_ERROR: -1,
|
||||
ACK_PENDING: 0,
|
||||
ACK_SERVER: 1,
|
||||
|
||||
Reference in New Issue
Block a user