Moved emoji sets from lib_ui. Added parent struct to storage_cloud_blob.

This commit is contained in:
23rd
2020-02-05 13:59:07 +03:00
parent 08cd7450ff
commit 9f4d05b04c
5 changed files with 71 additions and 49 deletions
@@ -9,6 +9,13 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
namespace Storage {
struct Blob {
int id = 0;
int postId = 0;
int size = 0;
QString name;
};
bool UnpackBlob(
const QString &path,
const QString &folder,