2
0
mirror of https://github.com/LonamiWebs/Telethon synced 2025-08-22 09:57:32 +00:00

28 lines
522 B
ReStructuredText
Raw Permalink Normal View History

2019-05-09 12:24:37 +02:00
.. _telethon-sessions:
========
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: