From 31ae3c99369092b072b7e5803efa12416bb0754c Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 8 Apr 2018 18:17:35 +0800 Subject: [PATCH] fix last commit's docstring link --- telethon/events/chataction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/events/chataction.py b/telethon/events/chataction.py index 339472a2..9f65a920 100644 --- a/telethon/events/chataction.py +++ b/telethon/events/chataction.py @@ -83,7 +83,7 @@ class ChatAction(EventBuilder): Represents the event of a new chat action. Members: - action_message (:tl:`MessageAction`): + action_message (`MessageAction `_): The message invoked by this Chat Action. new_pin (`bool`):