diff options
author | George Hazan <ghazan@miranda.im> | 2022-10-04 21:19:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-10-04 21:19:07 +0300 |
commit | e84083c4ba1f1e68b0bc76939f2d0902d3c03c9e (patch) | |
tree | 311c9d51520a47882ae502aa173d69fe64fc73e6 /protocols/WhatsAppWeb/src/utils.h | |
parent | ff768b032e5c96b546a0f66a98b0555845bd8217 (diff) |
decoding messages - beginning
Diffstat (limited to 'protocols/WhatsAppWeb/src/utils.h')
-rw-r--r-- | protocols/WhatsAppWeb/src/utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/WhatsAppWeb/src/utils.h b/protocols/WhatsAppWeb/src/utils.h index ae97df0bfe..d3adfb3dc7 100644 --- a/protocols/WhatsAppWeb/src/utils.h +++ b/protocols/WhatsAppWeb/src/utils.h @@ -157,6 +157,11 @@ struct WAJid WAJid(const char *pszUser, const char *pszServer, int device = 0, int agent = 0); CMStringA toString() const; + + bool isUser() const; + bool isGroup() const; + bool isBroadcast() const; + bool isStatusBroadcast() const; }; ///////////////////////////////////////////////////////////////////////////////////////// |