conversations compatibility test

This commit is contained in:
2019-03-10 20:56:52 +01:00
parent 3040c66e07
commit 863becb95b

View File

@@ -153,7 +153,8 @@ class TelegramGateClient(TelegramClient):
# message media # # message media #
if update_obj.message.media: if update_obj.message.media:
text, oob_url = self._process_media_msg(update_obj.message.media) text, oob_url = self._process_media_msg(update_obj.message.media)
msg = '{} {}'.format(msg, text) msg = oob_url
#msg = '{} {}'.format(msg, text)
# edited # # edited #
if update_obj.message.edit_date: if update_obj.message.edit_date: