mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 08:37:07 +01:00
fix docstring
This commit is contained in:
parent
c55c5408b1
commit
edf4e8abbe
1 changed files with 2 additions and 2 deletions
|
@ -32,12 +32,12 @@ class ChosenInlineResult(TelegramObject):
|
|||
* In Python `from` is a reserved word, use `from_user` instead.
|
||||
|
||||
Attributes:
|
||||
result_id (int):
|
||||
result_id (str):
|
||||
from_user (:class:`telegram.User`):
|
||||
query (str):
|
||||
|
||||
Args:
|
||||
result_id (int):
|
||||
result_id (str):
|
||||
from_user (:class:`telegram.User`):
|
||||
query (str):
|
||||
|
||||
|
|
Loading…
Reference in a new issue