diff --git a/pyrogram/client/chat_action.py b/pyrogram/client/chat_action.py index 8cb677e7..020b0424 100644 --- a/pyrogram/client/chat_action.py +++ b/pyrogram/client/chat_action.py @@ -21,7 +21,7 @@ from pyrogram.api import types class ChatAction(Enum): - """This enumeration class provides a convenient access to all Chat Actions available. + """This enumeration provides a convenient access to all Chat Actions available. Chat Actions are intended to be used with :meth:`send_chat_action() `. """