Add supports_streaming to send_file and update docs/errors

This commit is contained in:
Lonami Exo
2019-01-21 19:47:17 +01:00
parent b0883148f5
commit 8f44364c6c
5 changed files with 23 additions and 9 deletions
@@ -121,7 +121,6 @@ request we do:
.. code-block:: python
result = client(SendMessageRequest(peer, 'Hello there!'))
# __call__ is an alias for client.invoke(request). Both will work
Message sent! Of course, this is only an example. There are over 250
methods available as of layer 80, and you can use every single of them