mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Fix UserUpdate.last_seen check
This commit is contained in:
parent
d7bd554ba0
commit
ce29f13606
|
@ -246,7 +246,7 @@ class UserUpdate(EventBuilder):
|
||||||
return isinstance(self.action, types.SendMessageUploadPhotoAction)
|
return isinstance(self.action, types.SendMessageUploadPhotoAction)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@_requires_action
|
@_requires_status
|
||||||
def last_seen(self):
|
def last_seen(self):
|
||||||
"""
|
"""
|
||||||
Exact `datetime.datetime` when the user was last seen if known.
|
Exact `datetime.datetime` when the user was last seen if known.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user