mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
pyrofork: Add missing import
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
6f8dde7ad0
commit
b6a8ab87c7
2 changed files with 10 additions and 0 deletions
8
docs/source/api/enums/FolderColor.rst
Normal file
8
docs/source/api/enums/FolderColor.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
FolderColor
|
||||||
|
===========
|
||||||
|
|
||||||
|
.. autoclass:: pyrogram.enums.FolderColor()
|
||||||
|
:members:
|
||||||
|
|
||||||
|
.. raw:: html
|
||||||
|
:file: ./cleanup.html
|
||||||
|
|
@ -41,6 +41,7 @@ from .chat_privileges import ChatPrivileges
|
||||||
from .chat_reactions import ChatReactions
|
from .chat_reactions import ChatReactions
|
||||||
from .dialog import Dialog
|
from .dialog import Dialog
|
||||||
from .emoji_status import EmojiStatus
|
from .emoji_status import EmojiStatus
|
||||||
|
from .folder import Folder
|
||||||
from .invite_link_importer import InviteLinkImporter
|
from .invite_link_importer import InviteLinkImporter
|
||||||
from .restriction import Restriction
|
from .restriction import Restriction
|
||||||
from .user import User
|
from .user import User
|
||||||
|
|
@ -72,6 +73,7 @@ __all__ = [
|
||||||
"ChatPhoto",
|
"ChatPhoto",
|
||||||
"ChatPreview",
|
"ChatPreview",
|
||||||
"Dialog",
|
"Dialog",
|
||||||
|
"Folder",
|
||||||
"User",
|
"User",
|
||||||
"Username",
|
"Username",
|
||||||
"Restriction",
|
"Restriction",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue