summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/WhatsAPI++/FMessage.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-01-29 21:36:42 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-01-29 21:36:42 +0000
commitbd33df2d4b9534d2241283f2b20d83f5b1811ebc (patch)
tree3feb09d69f76d9a8af368a62b554de9b868e4647 /protocols/WhatsApp/src/WhatsAPI++/FMessage.h
parent7442e2473e41113ca0fbb40c7816267b3e5cbd16 (diff)
media files detection
git-svn-id: http://svn.miranda-ng.org/main/trunk@11954 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/WhatsAPI++/FMessage.h')
-rw-r--r--protocols/WhatsApp/src/WhatsAPI++/FMessage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/WhatsAPI++/FMessage.h b/protocols/WhatsApp/src/WhatsAPI++/FMessage.h
index e53b7d88dd..7a7432c7f7 100644
--- a/protocols/WhatsApp/src/WhatsAPI++/FMessage.h
+++ b/protocols/WhatsApp/src/WhatsAPI++/FMessage.h
@@ -39,6 +39,9 @@ struct FMessage
bool offline;
std::string media_url;
std::string media_name;
+ unsigned char *bindata;
+ size_t bindata_len;
+
long long media_size;
int media_duration_seconds;
double latitude;