Make upload_file private

This commit is contained in:
Lonami Exo
2022-01-26 12:24:45 +01:00
parent 070af28e85
commit f2ef0bfceb
6 changed files with 95 additions and 95 deletions

View File

@@ -777,3 +777,5 @@ 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.
upload_file has been removed from the public methods. it's a low-level method users should not need to use.