conversations compatibility test
This commit is contained in:
@@ -153,8 +153,8 @@ class TelegramGateClient(TelegramClient):
|
||||
# message media #
|
||||
if update_obj.message.media:
|
||||
text, oob_url = self._process_media_msg(update_obj.message.media)
|
||||
msg = oob_url
|
||||
#msg = '{} {}'.format(msg, text)
|
||||
self.xmpp_send_message(prefix + str(cid), mbody =oob_url, oob_url=oob_url)
|
||||
msg = '{} {}'.format(msg, text)
|
||||
|
||||
# edited #
|
||||
if update_obj.message.edit_date:
|
||||
|
||||
Reference in New Issue
Block a user