remove duplicated message type

This commit is contained in:
Pedro Lopez
2022-02-06 16:30:44 -04:00
parent 3b4632201d
commit a9b2a1aab8
2 changed files with 0 additions and 2 deletions

1
index.d.ts vendored
View File

@@ -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',
}

View File

@@ -94,7 +94,6 @@ exports.MessageTypes = {
NOTIFICATION_TEMPLATE: 'notification_template',
OVERSIZED: 'oversized',
PROTOCOL: 'protocol',
PTT: 'ptt',
REACTION: 'reaction',
TEMPLATE_BUTTON_REPLY: 'template_button_reply',
};