Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 522 Bytes

sessions.rst

File metadata and controls

27 lines (21 loc) · 522 Bytes

Sessions

These are the different built-in session storage that you may subclass.

.. automodule:: telethon.sessions.abstract
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: telethon.sessions.memory
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: telethon.sessions.sqlite
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: telethon.sessions.string
    :members:
    :undoc-members:
    :show-inheritance: