mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-14 13:36:43 +03:00
28 lines
522 B
ReStructuredText
28 lines
522 B
ReStructuredText
|
.. _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:
|