mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-20 03:56:38 +00: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():
|
if self.users or await self.get_users():
|
||||||
return self._users[0]
|
return self._users[0]
|
||||||
|
|
||||||
|
@property
|
||||||
def input_user(self):
|
def input_user(self):
|
||||||
"""
|
"""
|
||||||
Input version of the ``self.user`` property.
|
Input version of the ``self.user`` property.
|
||||||
|
Loading…
Reference in New Issue
Block a user