mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Fix-up isinstance/is_user_authorized from 06cdf1f
This commit is contained in:
@@ -192,6 +192,7 @@ class TelegramBaseClient(abc.ABC):
|
||||
# TODO maybe we can have ._last_request instead if any req works?
|
||||
self._last_state = datetime.now()
|
||||
self._state_delay = timedelta(hours=1)
|
||||
self._state = None
|
||||
|
||||
# Some further state for subclasses
|
||||
self._event_builders = []
|
||||
|
Reference in New Issue
Block a user