mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Add docstrings for exposed classes and methods
This commit is contained in:
parent
df5cee5b03
commit
1df1762d54
2 changed files with 688 additions and 246 deletions
|
|
@ -20,6 +20,8 @@ from pyrogram.api import types
|
|||
|
||||
|
||||
class ChatAction:
|
||||
"""This class provides constants to be used for sending Chat Actions"""
|
||||
|
||||
CANCEL = types.SendMessageCancelAction
|
||||
TYPING = types.SendMessageTypingAction
|
||||
PLAYING = types.SendMessageGamePlayAction
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue