diff --git a/telethon/telegram_client.py b/telethon/telegram_client.py index d3619569..4e0545e7 100644 --- a/telethon/telegram_client.py +++ b/telethon/telegram_client.py @@ -2009,7 +2009,7 @@ class TelegramClient(TelegramBareClient): return utils.get_input_peer(entity) raise TypeError( - 'Could not find the input entity corresponding to "{}".' + 'Could not find the input entity corresponding to "{}". ' 'Make sure you have encountered this peer before.'.format(peer) )