mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-08 10:15:10 +00:00
Make invite links of public channels work with get_chat
This commit is contained in:
@@ -103,6 +103,9 @@ class BaseClient:
|
||||
def resolve_peer(self, peer_id: int or str):
|
||||
pass
|
||||
|
||||
def fetch_peers(self, entities):
|
||||
pass
|
||||
|
||||
def add_handler(self, handler, group: int = 0) -> tuple:
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user