Remove StateCache

This commit is contained in:
Lonami Exo
2022-05-13 12:43:50 +02:00
parent f4b2fe9540
commit b5bfe5d9a1
3 changed files with 0 additions and 182 deletions

View File

@@ -608,7 +608,6 @@ class AuthMethods:
self._bot = None
self._self_input_peer = None
self._authorized = False
self._state_cache.reset()
await self.disconnect()
await self.session.delete()