s/get_input_user/get_input_sender

This commit is contained in:
Allen Calderwood 2023-12-17 23:50:59 -08:00 committed by GitHub
parent 6cf1be93ae
commit e7c4746910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,7 @@ That means you can do this:
.. code-block:: python
message.user_id
await message.get_input_user()
await message.get_input_sender()
message.user
# ...etc