mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 03:22:29 +00:00
Fix interactive example not using a new parameter name
This commit is contained in:
@@ -217,7 +217,7 @@ class InteractiveTelegramClient(TelegramClient):
|
||||
# Send chat message (if any)
|
||||
elif msg:
|
||||
self.send_message(
|
||||
entity, msg, no_web_page=True)
|
||||
entity, msg, link_preview=False)
|
||||
|
||||
def send_photo(self, path, entity):
|
||||
print('Uploading {}...'.format(path))
|
||||
|
Reference in New Issue
Block a user