diff options
author | ElzorFox <elzorfox@ya.ru> | 2019-04-21 23:13:19 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2019-04-21 23:13:19 +0500 |
commit | 15c5c464cb94151a5ac6b4f0b1925eb0a390cca0 (patch) | |
tree | 27d6cbc363ffc7df3c277d439ec6f5984c66b331 /protocols/VKontakte/src/vk_struct.h | |
parent | ff7881bce42ca878d46258b24f241f50619efe59 (diff) |
VKontakte:
send .ogg as audio messages
version bump
Diffstat (limited to 'protocols/VKontakte/src/vk_struct.h')
-rw-r--r-- | protocols/VKontakte/src/vk_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_struct.h b/protocols/VKontakte/src/vk_struct.h index 89077432dd..16e20217df 100644 --- a/protocols/VKontakte/src/vk_struct.h +++ b/protocols/VKontakte/src/vk_struct.h @@ -37,7 +37,7 @@ struct AsyncHttpRequest : public MTHttpRequest<CVkProto> };
struct CVkFileUploadParam : public MZeroedObject {
- enum VKFileType { typeInvalid, typeImg, typeAudio, typeDoc, typeNotSupported };
+ enum VKFileType { typeInvalid, typeImg, typeAudio, typeAudioMsg, typeDoc, typeNotSupported };
wchar_t *FileName;
wchar_t *Desc;
char *atr;
|