diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-03-09 10:29:47 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-03-09 10:29:47 +0000 |
commit | c1b1eff82c3101a6bf00550ff27d4ae6823bbdbd (patch) | |
tree | df2ce6dc43ca3db3451b344978488369ba58af71 /protocols/VKontakte/src/vk_struct.h | |
parent | a7a5b0dbc9f06ef5a083116f4977a88ebcd9cefd (diff) |
VKontakte:
add LastSeen support
add additional user profile fields (country, city, relation, interests, activities, music, movies, tv, books, games, quotes)
add hidden option for lang (‘VKLang’, UNICODE)
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@16449 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk_struct.h')
-rw-r--r-- | protocols/VKontakte/src/vk_struct.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/vk_struct.h b/protocols/VKontakte/src/vk_struct.h index 0d921afc7f..d90d2c452d 100644 --- a/protocols/VKontakte/src/vk_struct.h +++ b/protocols/VKontakte/src/vk_struct.h @@ -237,4 +237,9 @@ struct CVKChatContactTypingParam { int m_ChatId;
int m_UserId;
+};
+
+struct CVKInteres {
+ const char *szField;
+ TCHAR *ptszTranslate;
};
\ No newline at end of file |