mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Add missing @property decorator
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user