Update to layer 81

This commit is contained in:
Lonami Exo
2018-06-24 11:37:54 +02:00
parent 184424957d
commit 58031b3adf
2 changed files with 70 additions and 10 deletions

View File

@@ -14,12 +14,10 @@ CORE_TYPES = (
# https://github.com/telegramdesktop/tdesktop/blob/4bf66cb6e93f3965b40084771b595e93d0b11bcd/Telegram/SourceFiles/codegen/scheme/codegen_scheme.py#L57-L62
WHITELISTED_MISMATCHING_IDS = {
# 0 represents any layer
0: {'ipPortSecret', 'accessPointRule', 'help.configSimple'},
77: {'channel'},
78: {'channel'},
79: {'channel'},
80: {'channel'},
0: {'ipPortSecret', 'accessPointRule', 'help.configSimple'}
}
for i in range(77, 82):
WHITELISTED_MISMATCHING_IDS[i] = {'channel'}
class TLObject: