Getting Started
User Guide
CustomSession
CustomSession.delete_metadata()
CustomSession.get_all_metadata()
CustomSession.get_device_info()
CustomSession.get_metadata()
CustomSession.set_device_info()
CustomSession.set_metadata()
“Custom Telethon session.
Bases: SQLiteSession
SQLiteSession
Custom Telethon SQLite session with metadata storage and multi-directory search.
Delete metadata entry.
Retrieve all metadata as dictionary.
Dict[str, str]
Dict
str
Retrieve device information from metadata.
Tuple[Optional[str], Optional[str]]
Tuple
Optional
Retrieve custom metadata.
Optional[Any]
Any
Store device information in metadata.
Store custom metadata.