jt3k / chat-linker

the bridge between jabber and telegram over chat-bots
MIT License
47 stars 9 forks source link

Add telegram edit message support #18

Open Newlifer opened 7 years ago

Newlifer commented 7 years ago

Possible solution: resend to xmpp fixed message with citation.

oxpa commented 7 years ago

xmpp supports message editing too: http://www.xmpp.org/extensions/xep-0308.html not any message, but still better than nothing.

ForNeVeR commented 7 years ago

@oxpa that's an issue to transport messages edited in Telegram to XMPP, not other way around. I've created a dual issue for XMPP → Telegram communication, see #29 (although I think that most likely that's not possible for bot to edit its own messages in Telegram).