diff --git a/telethon/events/chataction.py b/telethon/events/chataction.py index 1de8fd38..48d6c2a9 100644 --- a/telethon/events/chataction.py +++ b/telethon/events/chataction.py @@ -153,6 +153,9 @@ class ChatAction(EventBuilder): new_title (`str`, optional): The new title string for the chat, if applicable. + + new_score (`str`, optional): + The new score string for the game, if applicable. unpin (`bool`): `True` if the existing pin gets unpinned.