feat: delay message draft

This commit is contained in:
semenov
2025-08-05 14:45:16 +03:00
parent 33c7a31143
commit a6022d7ec8
9 changed files with 219 additions and 241 deletions

View File

@@ -47,6 +47,7 @@ static const QString commandChangable = "CHANGEABLE";
static const QString commandUnchangable = "UNCHANGEABLE";
static const QString commandUpdateFilesClient = "update";
static const QString commandGetTasks = "GETTASKS";
static const QString commandeGetOfflineMessages = "GETOFFLINEMESSAGE";
class Tools {
public: