From fa77b8148cfa96b442069a81c87d1de9f9405696 Mon Sep 17 00:00:00 2001 From: Yusuf_M_Thon_iD <32301831+Sunda001@users.noreply.github.com> Date: Wed, 16 Dec 2020 21:42:03 +0700 Subject: [PATCH] docstring for game --- telethon/events/chataction.py | 3 +++ 1 file changed, 3 insertions(+) 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.