From 9e97e0d36143488522ce874bd52a5f0fa79fcde6 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 8 Apr 2018 18:09:25 +0800 Subject: [PATCH] add action_message to events.ChatAction docstring --- telethon/events/chataction.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/telethon/events/chataction.py b/telethon/events/chataction.py index 1a67394b..339472a2 100644 --- a/telethon/events/chataction.py +++ b/telethon/events/chataction.py @@ -83,6 +83,9 @@ class ChatAction(EventBuilder): Represents the event of a new chat action. Members: + action_message (:tl:`MessageAction`): + The message invoked by this Chat Action. + new_pin (`bool`): ``True`` if there is a new pin.