codingteam / emulsion

XMPP ↔ Telegram bridge
MIT License
33 stars 3 forks source link

Support Telegram topics #170

Closed ForNeVeR closed 1 year ago

ForNeVeR commented 2 years ago

Latest version of Telegram introduced Topics.

Current Emulsion is unable to properly read messages in topics (each message gets prefixed by a [DATA UNRECOGNIZED]), and it unable to send messages to Telegram groups where topics are enabled.

We should introduce a configuration option to connect the bot to a particular topic inside of a Telegram group. The incoming messages should be filtered with that topic only, and outgoing messages should be sent to that topic.