From 2df83c12a660762d6793989aa781058dba0c55ac Mon Sep 17 00:00:00 2001 From: jgeboski Date: Sat, 26 Dec 2015 18:15:55 -0500 Subject: Preserve the timestamp on incoming messages --- facebook/facebook-api.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'facebook/facebook-api.h') diff --git a/facebook/facebook-api.h b/facebook/facebook-api.h index 280ec60..15e4cb2 100644 --- a/facebook/facebook-api.h +++ b/facebook/facebook-api.h @@ -326,6 +326,7 @@ struct _FbApiEvent * @flags: The #FbApiMessageFlags. * @uid: The user #FbId. * @tid: The thread #FbId. + * @tstamp: The timestamp in milliseconds (UTC). * @text: The message text. * * Represents a Facebook user message. @@ -335,6 +336,7 @@ struct _FbApiMessage FbApiMessageFlags flags; FbId uid; FbId tid; + gint64 tstamp; gchar *text; }; -- cgit v1.2.3