diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-19 20:06:12 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-19 20:06:12 +0300 |
commit | b6926beda6415e0a53915cc2541c75daa768e05a (patch) | |
tree | ef9bb5002f968dddf10c0b0316c20131238722a7 /protocols/Telegram/src/resource.h | |
parent | 83de2b9e7e2023835c452c127fed667df86e6d22 (diff) |
Telegram: an option not to store channel messages
Diffstat (limited to 'protocols/Telegram/src/resource.h')
-rw-r--r-- | protocols/Telegram/src/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Telegram/src/resource.h b/protocols/Telegram/src/resource.h index ba4fad485f..59a64c9a48 100644 --- a/protocols/Telegram/src/resource.h +++ b/protocols/Telegram/src/resource.h @@ -35,6 +35,7 @@ #define IDC_COMPRESS_FILES 1017
#define IDC_REACTIONS 1018
#define IDC_USE_PREVIEW 1018
+#define IDC_RESIDENT_CHANNELS 1019
#define IDC_SESSIONS 1023
#define IDC_SOFTWARE 1025
#define IDC_LOGOUT 1025
|