diff options
Diffstat (limited to 'facebook/facebook-api.h')
-rw-r--r-- | facebook/facebook-api.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |