mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 23:24:50 +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:
|
class ChatAction:
|
||||||
|
"""This class provides constants to be used for sending Chat Actions"""
|
||||||
|
|
||||||
CANCEL = types.SendMessageCancelAction
|
CANCEL = types.SendMessageCancelAction
|
||||||
TYPING = types.SendMessageTypingAction
|
TYPING = types.SendMessageTypingAction
|
||||||
PLAYING = types.SendMessageGamePlayAction
|
PLAYING = types.SendMessageGamePlayAction
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue