Skip to content

Commit

Permalink
Fixup documentation references
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe committed Feb 4, 2024
1 parent 518d470 commit b7adfd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions compiler/docs/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def get_title_list(s: str) -> list:
delete_supergroup
delete_user_history
set_slow_mode
set_chat_ttl
mark_chat_unread
get_chat_event_log
get_chat_online_count
Expand Down
2 changes: 2 additions & 0 deletions pyrogram/methods/chats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
from .set_chat_photo import SetChatPhoto
from .set_chat_protected_content import SetChatProtectedContent
from .set_chat_title import SetChatTitle
from .set_chat_ttl import SetChatTTL
from .set_chat_username import SetChatUsername
from .set_send_as_chat import SetSendAsChat
from .set_slow_mode import SetSlowMode
Expand All @@ -71,6 +72,7 @@ class Chats(
DeleteChatPhoto,
SetChatTitle,
SetChatDescription,
SetChatTTL,
PinChatMessage,
UnpinChatMessage,
GetDialogs,
Expand Down

0 comments on commit b7adfd6

Please sign in to comment.