diff options
author | aunsane <aunsane@gmail.com> | 2018-01-14 22:02:44 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-01-14 22:03:16 +0300 |
commit | 7cb1539b0dbcf585472dd2341129adf174bb0bb5 (patch) | |
tree | 6879adfdd3ebf5f64557525df118e0753969fd95 /protocols/Steam/src/api/history.h | |
parent | a6b0d0df4854ffda2577e2b61844467253eb9e0f (diff) |
Steam: refactoring pt.2
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 |