Update to layer 151

This commit is contained in:
Lonami Exo
2022-12-31 18:38:53 +01:00
parent 7288c9933c
commit 2007c83c9e
2 changed files with 25 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ from ..tl.custom.sendergetter import SenderGetter
# in a single place will make it annoying to use (since
# the user needs to check for the existence of `None`).
#
# TODO Handle UpdateUserBlocked, UpdateUserName, UpdateUserPhone, UpdateUserPhoto
# TODO Handle UpdateUserBlocked, UpdateUserName, UpdateUserPhone, UpdateUser
def _requires_action(function):
@functools.wraps(function)