mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-01-27 17:54:38 +03:00
Add missing @property decorator
This commit is contained in:
parent
aaee092a46
commit
d214c78bd0
|
@ -293,6 +293,7 @@ class ChatAction(EventBuilder):
|
|||
if self.users or await self.get_users():
|
||||
return self._users[0]
|
||||
|
||||
@property
|
||||
def input_user(self):
|
||||
"""
|
||||
Input version of the ``self.user`` property.
|
||||
|
|
Loading…
Reference in New Issue
Block a user