mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 11:32:30 +00:00
Fix-up bot API style IDs not working on .get_input_entity
This commit is contained in:
@@ -177,7 +177,7 @@ class MemorySession(Session):
|
||||
key = utils.get_peer_id(key)
|
||||
exact = True
|
||||
else:
|
||||
exact = False
|
||||
exact = not isinstance(key, int) or key < 0
|
||||
|
||||
result = None
|
||||
if isinstance(key, str):
|
||||
|
Reference in New Issue
Block a user