mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 03:22:29 +00:00
Remove markdown "parser" since that's not Telethon-specific
This commit is contained in:
@@ -214,7 +214,7 @@ class InteractiveTelegramClient(TelegramClient):
|
||||
# Send chat message (if any)
|
||||
elif msg:
|
||||
self.send_message(
|
||||
entity, msg, markdown=True, no_web_page=True)
|
||||
entity, msg, no_web_page=True)
|
||||
|
||||
def send_photo(self, path, entity):
|
||||
print('Uploading {}...'.format(path))
|
||||
|
Reference in New Issue
Block a user