You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In telegram group, we can have many chat topics.
Currently the bridge sends messages from all chat topics to IRC. But I would like to restrict it to just one chat topic (eg. General).
In Telegram, this is controlled by the message_thread_id tag.
Is it possible to implement the message_thread_id tag into teleirc.conf?
Either after TELEGRAM_CHAT_ID (eg. -1009999999999/10), or through another parameter (e.g. TELEGRAM_THREAD_ID=10) ?
That would be wonderful!
Thanks!
The text was updated successfully, but these errors were encountered:
I've been researching, and it seems the messageThreadID functionality is in WIP (work-in-progress), and would be released in Telegram API 6.5. You can see it here: go-telegram-bot-api/telegram-bot-api#633
So maybe we can consider in create a telegram-bot-api fork too and apply the patch, until the moment the telegram bot api finishes the commit on the branch.
Hi folks!
In telegram group, we can have many chat topics.
Currently the bridge sends messages from all chat topics to IRC. But I would like to restrict it to just one chat topic (eg. General).
In Telegram, this is controlled by the message_thread_id tag.
Is it possible to implement the message_thread_id tag into teleirc.conf?
Either after TELEGRAM_CHAT_ID (eg. -1009999999999/10), or through another parameter (e.g. TELEGRAM_THREAD_ID=10) ?
That would be wonderful!
Thanks!
The text was updated successfully, but these errors were encountered: