mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Attempt to load and save MessageBox state
This commit is contained in:
@@ -77,6 +77,9 @@ class MemorySession(Session):
|
||||
async def set_update_state(self, entity_id, state):
|
||||
self._update_states[entity_id] = state
|
||||
|
||||
async def get_update_states(self):
|
||||
return self._update_states.items()
|
||||
|
||||
async def close(self):
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user