Make raw API types immutable

This commit is contained in:
Lonami Exo
2022-01-26 12:14:17 +01:00
parent d426099bf5
commit 070af28e85
5 changed files with 90 additions and 75 deletions

View File

@@ -775,3 +775,5 @@ raise_last_call_error is now the default rather than ValueError
self-produced updates like getmessage now also trigger a handler
input_peer removed from get_me; input peers should remain mostly an impl detail
raw api types and fns are now immutable. this can enable optimizations in the future.