add action_message to events.ChatAction docstring

This commit is contained in:
Jeff 2018-04-08 18:09:25 +08:00
parent 4bc322bb0c
commit 9e97e0d361

View File

@ -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.