Fix two tiny typos

This commit is contained in:
Lonami Exo 2018-04-28 13:42:36 +02:00
parent ce7e5abb58
commit d6935355ae
2 changed files with 2 additions and 3 deletions

View File

@ -95,7 +95,6 @@ class ChatAction(EventBuilder):
photo (:tl:`Photo`, optional): photo (:tl:`Photo`, optional):
The new photo (or ``None`` if it was removed). The new photo (or ``None`` if it was removed).
user_added (`bool`): user_added (`bool`):
``True`` if the user was added by some other. ``True`` if the user was added by some other.
@ -111,7 +110,7 @@ class ChatAction(EventBuilder):
created (`bool`, optional): created (`bool`, optional):
``True`` if this chat was just created. ``True`` if this chat was just created.
new_title (`bool`, optional): new_title (`str`, optional):
The new title string for the chat, if applicable. The new title string for the chat, if applicable.
unpin (`bool`): unpin (`bool`):