more message types

This commit is contained in:
Pedro Lopez
2020-02-09 00:46:00 -04:00
parent 5616613807
commit 64ed2c125b

View File

@@ -53,7 +53,10 @@ exports.MessageTypes = {
DOCUMENT: 'document',
STICKER: 'sticker',
LOCATION: 'location',
REDACTED: 'redacted'
CONTACT_CARD: 'vcard',
CONTACT_CARD_MULTI: 'multi_vcard',
REVOKED: 'revoked',
UNKNOWN: 'unknown'
};
/**