mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-04 11:02:29 +00:00
Fix UserUpdate.last_seen check
This commit is contained in:
@@ -246,7 +246,7 @@ class UserUpdate(EventBuilder):
|
||||
return isinstance(self.action, types.SendMessageUploadPhotoAction)
|
||||
|
||||
@property
|
||||
@_requires_action
|
||||
@_requires_status
|
||||
def last_seen(self):
|
||||
"""
|
||||
Exact `datetime.datetime` when the user was last seen if known.
|
||||
|
Reference in New Issue
Block a user