Remove markdown "parser" since that's not Telethon-specific

This commit is contained in:
Lonami Exo
2017-06-10 13:00:39 +02:00
parent 44ab85962b
commit 1119a2737a
4 changed files with 3 additions and 158 deletions

View File

@@ -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))