mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
Fix _get_peer was relying on old utils.resolve_id
This commit is contained in:
@@ -3573,9 +3573,6 @@ class TelegramClient:
|
||||
ttl=None):
|
||||
return await uploads._file_to_media(**locals())
|
||||
|
||||
async def _get_peer(self: 'TelegramClient', peer: 'hints.EntityLike'):
|
||||
return await users._get_peer(**locals())
|
||||
|
||||
def _get_response_message(self: 'TelegramClient', request, result, input_chat):
|
||||
return messageparse._get_response_message(**locals())
|
||||
|
||||
|
Reference in New Issue
Block a user