Telethon/telethon_generator
Lonami Exo 2f28050cac Fix generated __bytes__ failing with flag indicator but no flags
Likely since the code was ported to get rid of the BinaryWriter,
since the flag calculation was inlined. Some types (only
channelMessages as of layer 71) had a flag indicator but no flag
arguments, so the calculation of which were not None failed.

This special case is now handled correctly.
2017-10-28 11:09:55 +02:00
..
parser Avoid cyclic imports caused by #348 (fix #357) 2017-10-24 10:07:31 +02:00
__init__.py Add missing __init__.py to telethon_generator package (#382) 2017-10-25 19:48:46 +02:00
error_descriptions Fix username invalid error having wrong username regex 2017-10-25 12:22:38 +02:00
error_generator.py Avoid cyclic imports caused by #348 (fix #357) 2017-10-24 10:07:31 +02:00
errors.json Generate errors from PWRTelegram's API 2017-10-20 17:20:05 +02:00
scheme.tl Use bytes instead string type on the auth-key methods 2017-09-28 10:32:57 +02:00
tl_generator.py Fix generated __bytes__ failing with flag indicator but no flags 2017-10-28 11:09:55 +02:00