mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Add export_session_string method to docs
This commit is contained in:
parent
30192de1ad
commit
0be0e2da56
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue