mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
fix docstring
This commit is contained in:
parent
37271e4a02
commit
9e7314134e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class Message(TelegramObject):
|
|||
message_id (int):
|
||||
from_user (:class:`telegram.User`):
|
||||
date (:class:`datetime.datetime`):
|
||||
chat (:class:`telegram.User` or :class:`telegram.Chat`):
|
||||
chat (:class:`telegram.Chat`):
|
||||
**kwargs: Arbitrary keyword arguments.
|
||||
|
||||
Keyword Args:
|
||||
|
|
Loading…
Reference in a new issue