File: sessions.rst

package info (click to toggle)
python-telethon 1.40.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,508 kB
  • sloc: python: 16,125; javascript: 200; makefile: 16; sh: 11
file content (27 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. _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: