summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-04-23 19:36:38 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-04-23 19:36:38 +0300
commitc8a01589f0570bc9f630c4b498c6fb0cc54c79a4 (patch)
treebc55a0f16aed3e113b595251f5c5ee2d10c3689a /include
parent1d193f3a887f84ea657f39f9bb3a2e4537426a61 (diff)
Telegram: file events to store server message id & groupchat user id, if present
Diffstat (limited to 'include')
-rw-r--r--include/m_protosvc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h
index d61165f403..76ed0eb260 100644
--- a/include/m_protosvc.h
+++ b/include/m_protosvc.h
@@ -779,6 +779,8 @@ struct PROTORECVFILE
int fileCount; // number of files being transferred
MAllCStringArray files; // array of file names
LPARAM lParam; // extra space for the network level protocol module
+ const char *szId; // server message id
+ const char *szUserId; // groupchat user id
};
#define PSR_FILE "/RecvFile"