mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 23:24:50 +00:00
enumeration "class"
This commit is contained in:
parent
5b492bae9d
commit
33dd708831
1 changed files with 1 additions and 1 deletions
|
|
@ -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>`.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue