mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 03:22:29 +00:00
Attempt to load and save MessageBox state
This commit is contained in:
@@ -97,6 +97,12 @@ class Session(ABC):
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
@abstractmethod
|
||||
async def get_update_states(self):
|
||||
"""
|
||||
Returns an iterable over all known pairs of ``(entity ID, update state)``.
|
||||
"""
|
||||
|
||||
@abstractmethod
|
||||
async def close(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user