pyrogram/compiler/api
Dan a6299f8401 Use a proper condition check when dealing with flag vectors
When reading flag vectors, non-existent vectors are being translated
to [] (empty list). When writing them, the flag condition was
strictly checking for None and an empty list [] would result in an
empty vector being serialized, which should not happen.
Related to #871.
2022-01-11 17:24:17 +01:00
..
source Update API schema to Layer 136 2021-12-30 08:57:02 +01:00
template Fix TL schema naming conflicts (#690) 2021-08-28 10:01:12 +02:00
__init__.py Update copyright year 2022-01-07 10:23:45 +01:00
compiler.py Use a proper condition check when dealing with flag vectors 2022-01-11 17:24:17 +01:00