mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-01 02:39:54 +03:00
s/get_input_user/get_input_sender
This commit is contained in:
parent
6cf1be93ae
commit
e7c4746910
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user