diff options
author | George Hazan <george.hazan@gmail.com> | 2023-09-18 18:14:53 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-09-18 18:14:53 +0300 |
commit | 78c5dd9a8648dba7ca09f59b4b7460610c6ff3a6 (patch) | |
tree | 0a49a7e53e8ba05f501f46dd6ed36e355b49158b /protocols/Telegram/src/resource.h | |
parent | 41e677d44f0efc241bf484252af6de64b0d00a6c (diff) |
Telegram: ability to add custom chat reactions using NewHistory
Diffstat (limited to 'protocols/Telegram/src/resource.h')
-rw-r--r-- | protocols/Telegram/src/resource.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/Telegram/src/resource.h b/protocols/Telegram/src/resource.h index f72710ca00..6a15eac64e 100644 --- a/protocols/Telegram/src/resource.h +++ b/protocols/Telegram/src/resource.h @@ -10,6 +10,8 @@ #define IDI_FORWARD 105
#define IDD_FORWARD 106
#define IDD_ADD_PHONE 107
+#define IDI_REACTION 108
+#define IDD_REACTIONS 109
#define IDC_PHONE 1001
#define IDC_DEFGROUP 1002
#define IDC_HIDECHATS 1003
@@ -29,6 +31,7 @@ #define IDC_LAST_NAME 1015
#define IDC_CLIST 1016
#define IDC_COMPRESS_FILES 1017
+#define IDC_REACTIONS 1018
// Next default values for new objects
//
@@ -36,7 +39,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 109
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1016
+#define _APS_NEXT_CONTROL_VALUE 1019
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|