mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 14:55:12 +00:00
enumeration "class"
This commit is contained in:
@@ -21,7 +21,7 @@ from pyrogram.api import types
|
|||||||
|
|
||||||
|
|
||||||
class ChatAction(Enum):
|
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
|
Chat Actions are intended to be used with
|
||||||
:meth:`send_chat_action() <pyrogram.Client.send_chat_action>`.
|
:meth:`send_chat_action() <pyrogram.Client.send_chat_action>`.
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user