mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Provide single-data generic TL accessor.
This commit is contained in:
@@ -90,6 +90,7 @@ generate({
|
||||
'bytes': 'string',
|
||||
},
|
||||
'builtinInclude': 'mtproto/core_types.h',
|
||||
'optimizeSingleData': True,
|
||||
|
||||
'dumpToText': {
|
||||
'include': 'mtproto/details/mtproto_dump_to_text.h',
|
||||
|
||||
@@ -29,6 +29,9 @@ using mtpPingId = uint64;
|
||||
using mtpBuffer = QVector<mtpPrime>;
|
||||
using mtpTypeId = uint32;
|
||||
|
||||
struct NotSingleDataTypePlaceholder {
|
||||
};
|
||||
|
||||
namespace MTP {
|
||||
|
||||
// type DcId represents actual data center id, while in most cases
|
||||
|
||||
Reference in New Issue
Block a user