diff options
Diffstat (limited to 'protocols/Steam/src/api/history.h')
-rw-r--r-- | protocols/Steam/src/api/history.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/protocols/Steam/src/api/history.h b/protocols/Steam/src/api/history.h index f825622953..0eaea38fb1 100644 --- a/protocols/Steam/src/api/history.h +++ b/protocols/Steam/src/api/history.h @@ -9,6 +9,21 @@ public: { Uri << CHAR_PARAM("access_token", token); } + + //{ + // "response": { + // "message_sessions": [ + // { + // "accountid_friend": XXXXXXXXX, + // "last_message" : 1514975719, + // "last_view" : 1514975719, + // "unread_message_count" : 0 + // } + // ] + // , + // "timestamp": 1515007542 + // } + //} }; class GetHistoryMessagesRequest : public HttpRequest |