From 33dd70883192b60f663bff83ff0c7ee4fcf39044 Mon Sep 17 00:00:00 2001 From: JosXa Date: Mon, 30 Apr 2018 16:36:18 +0200 Subject: [PATCH] enumeration "class" --- pyrogram/client/chat_action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() `. """