From a9b2a1aab8df69b73fff29f259281ac93fe28262 Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Sun, 6 Feb 2022 16:30:44 -0400 Subject: [PATCH] remove duplicated message type --- index.d.ts | 1 - src/util/Constants.js | 1 - 2 files changed, 2 deletions(-) diff --git a/index.d.ts b/index.d.ts index d9d5ea6..42b32bd 100644 --- a/index.d.ts +++ b/index.d.ts @@ -461,7 +461,6 @@ declare namespace WAWebJS { NOTIFICATION_TEMPLATE = 'notification_template', OVERSIZED = 'oversized', PROTOCOL = 'protocol', - PTT = 'ptt', REACTION = 'reaction', TEMPLATE_BUTTON_REPLY = 'template_button_reply', } diff --git a/src/util/Constants.js b/src/util/Constants.js index 1e02e04..b95ccd1 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -94,7 +94,6 @@ exports.MessageTypes = { NOTIFICATION_TEMPLATE: 'notification_template', OVERSIZED: 'oversized', PROTOCOL: 'protocol', - PTT: 'ptt', REACTION: 'reaction', TEMPLATE_BUTTON_REPLY: 'template_button_reply', };