diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-08 22:25:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-08 22:25:39 +0300 |
commit | 1e5ae8efefc6f50082c1c1734c763aab2fb1b7f5 (patch) | |
tree | 3c6988ab32b6458289a830d7bf544a8357119246 /protocols/FacebookRM/src/client.h | |
parent | 2f058ad0b6a6df7074f5ca05b37b8f4717d9eb13 (diff) |
adds support for exiting groupchats
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index e3875ab14e..bcc161d3fc 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -239,6 +239,7 @@ public: HttpRequest* sendMessageRequest(const char *userId, const char *threadId, const char *messageId, const char *messageText, bool isChat, const char *captcha, const char *captchaPersistData);
HttpRequest* sendTypingRequest(const char *userId, bool isChat, bool isTyping);
HttpRequest* markMessageReadRequest(const LIST<char> &ids);
+ HttpRequest* exitThreadRequest(facebook_chatroom *fbc);
// notifications.cpp
HttpRequest* getNotificationsRequest(int count);
|