2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 05:18:10 +00:00

enumeration "class"

This commit is contained in:
JosXa 2018-04-30 16:36:18 +02:00
parent 5b492bae9d
commit 33dd708831

View File

@ -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() <pyrogram.Client.send_chat_action>`.
"""