Fix some modules were public when they should not have been

This commit is contained in:
Lonami Exo
2021-09-26 19:58:42 +02:00
parent a9e1a574ae
commit 197a1ca996
19 changed files with 41 additions and 31 deletions

View File

@@ -341,6 +341,9 @@ In ``tlobject.to_dict()``, the special ``_`` key is now also contains the module
actually distinguish between equally-named classes). If you want the old behaviour, use
``tlobject.__class__.__name__` instead (and add ``Request`` for functions).
Because the string representation of an object used ``tlobject.to_dict()``, it is now also
affected by these changes.
// TODO this definitely generated files mapping from the original name to this new one...
// TODO what's the alternative to update._entities? and update._client??