mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 04:29:15 +00:00
more message types
This commit is contained in:
@@ -53,7 +53,10 @@ exports.MessageTypes = {
|
|||||||
DOCUMENT: 'document',
|
DOCUMENT: 'document',
|
||||||
STICKER: 'sticker',
|
STICKER: 'sticker',
|
||||||
LOCATION: 'location',
|
LOCATION: 'location',
|
||||||
REDACTED: 'redacted'
|
CONTACT_CARD: 'vcard',
|
||||||
|
CONTACT_CARD_MULTI: 'multi_vcard',
|
||||||
|
REVOKED: 'revoked',
|
||||||
|
UNKNOWN: 'unknown'
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user