Skip to content

Commit

Permalink
pyrofork: Remove get_nearby_chats method
Browse files Browse the repository at this point in the history
Removed by telegram

Signed-off-by: wulan17 <[email protected]>

(cherry picked from commit 2d83118)
Signed-off-by: eyMarv <[email protected]>
  • Loading branch information
wulan17 authored and eyMarv committed Sep 28, 2024
1 parent 10428b7 commit 5bc7100
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 76 deletions.
1 change: 0 additions & 1 deletion compiler/docs/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ def get_title_list(s: str) -> list:
get_forum_topics
get_forum_topics_by_id
set_chat_username
get_nearby_chats
archive_chats
unarchive_chats
add_chat_members
Expand Down
2 changes: 0 additions & 2 deletions pyrogram/methods/chats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
from .get_folders import GetFolders
from .get_forum_topics import GetForumTopics
from .get_forum_topics_by_id import GetForumTopicsByID
from .get_nearby_chats import GetNearbyChats
from .get_send_as_chats import GetSendAsChats
from .hide_general_topic import HideGeneralTopic
from .join_chat import JoinChat
Expand Down Expand Up @@ -127,7 +126,6 @@ class Chats(
ReopenGeneralTopic,
HideGeneralTopic,
UnhideGeneralTopic,
GetNearbyChats,
SetAdministratorTitle,
SetSlowMode,
ToggleFolderTags,
Expand Down
73 changes: 0 additions & 73 deletions pyrogram/methods/chats/get_nearby_chats.py

This file was deleted.

0 comments on commit 5bc7100

Please sign in to comment.