mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-10 10:49:39 +00:00
Update documentation
This commit is contained in:
@@ -8,9 +8,7 @@ class MemorySession(Storage):
|
||||
"""
|
||||
Session storage without persistence.
|
||||
|
||||
This is the simplest storage and is the one used by default.
|
||||
|
||||
Session data is only kept in memory and is not persisted to disk.
|
||||
Session data is only kept in memory and is not saved to disk.
|
||||
"""
|
||||
|
||||
__slots__ = ("session",)
|
||||
|
Reference in New Issue
Block a user