mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Moved emoji sets from lib_ui. Added parent struct to storage_cloud_blob.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user