2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

version 0.8.50.dev - fixes in Windows toast notifications support, fixes in linux input methods

This commit is contained in:
John Preston
2015-08-14 18:47:56 +03:00
parent 9002a49fcc
commit a95822b2ec
19 changed files with 877 additions and 112 deletions

View File

@@ -52,6 +52,7 @@ enum {
};
static const MTPReplyMarkup MTPnullMarkup = MTP_replyKeyboardMarkup(MTP_int(0), MTP_vector<MTPKeyboardButtonRow>(0));
static const MTPVector<MTPMessageEntity> MTPnullEntities = MTP_vector<MTPMessageEntity>(0);
#include "mtproto/mtpPublicRSA.h"
#include "mtproto/mtpAuthKey.h"