Add export_session_string method to docs

This commit is contained in:
Dan 2019-06-19 16:11:25 +02:00
parent 30192de1ad
commit 0be0e2da56

View File

@ -32,6 +32,7 @@ Utilities
- :meth:`~Client.add_handler`
- :meth:`~Client.remove_handler`
- :meth:`~Client.stop_transmission`
- :meth:`~Client.export_session_string`
Messages
^^^^^^^^
@ -186,6 +187,7 @@ Details
.. automethod:: Client.add_handler()
.. automethod:: Client.remove_handler()
.. automethod:: Client.stop_transmission()
.. automethod:: Client.export_session_string()
.. Messages
.. automethod:: Client.send_message()