1 // This file generated by libqtelegram-code-generator.
2 // You can download it from: https://github.com/Aseman-Land/libqtelegram-code-generator
3 // DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
4 
5 #ifndef CORETYPES_H
6 #define CORETYPES_H
7 
8 class CoreTypes
9 {
10 public:
11     enum Types {
12         typeBoolFalse = 0xbc799737,
13         typeBoolTrue = 0x997275b5,
14         typeError = 0xc4b9f9bb,
15         typeInitConnection = 0x69796de9,
16         typeInvokeAfterMsg = 0xcb9f372d,
17         typeInvokeAfterMsgs = 0x3dc4b4f0,
18         typeInvokeWithLayer = 0xda9b0d0d,
19         typeInvokeWithoutUpdates = 0xbf9459b7,
20         typeNull = 0x56730bcc,
21         typeVector = 0x1cb5c415,
22         typeLayerVersion = 29
23     };
24 };
25 
26 #endif //CORETYPES_H
27