overseerr
overseerr copied to clipboard
Add support for Telegram topics
Description
Topics are new in telegram, and allow like discord to create several channels/topics to organize notifications. Currently it's not possible to use them and all notifications arrive in one and the same chat.
Desired Behavior
An input field for the message_thread_id
in addition to the chatId
that already exists
Since version 6.4 of Telegram Bot API, they added the message_thread_id
to choose the topic in which to send the message: https://core.telegram.org/bots/api#december-30-2022
You have to make this field optional, because you can use a group without the topics.
Additional Context
Tautulli has just implemented it in the latest version following this issue: https://github.com/Tautulli/Tautulli/issues/1980 How to get the message_thread_id https://stackoverflow.com/questions/74773675/how-to-get-topic-id-for-telegram-group-chat I just created the same feature request at Sonarr and Radarr : https://github.com/Sonarr/Sonarr/issues/5486 / https://github.com/Radarr/Radarr/issues/8199
Code of Conduct
- [X] I agree to follow Overseerr's Code of Conduct
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Im very interested in this, looks great. Can we expect this merge anytime soon?
very interested too :)
Hey, any updates on this?
Very interested on this, I suppose this would only need a rework on the input validation (I have not looked at the actual code, so I might be wrong)
Hey everyone, I Did the implementation of this, and added a new telegram agent if you want to separate topics for each section. Here is my fork if anyone is interested. https://github.com/VozDeOuro/overseerr-telegram
Is overseer still being maintained? Is there any plans on adding this feature?
Very interested as well ! @VozDeOuro thanks for your work. How do you build your fork using docker ?
Very interested as well ! @VozDeOuro thanks for your work. How do you build your fork using docker ?
Docker image is on here https://hub.docker.com/repository/docker/vozdeouro/overseerr-telegram/tags
You can just use
vozdeouro/overseerr-telegram:latest
as a docker image
Very interested as well ! @VozDeOuro thanks for your work. How do you build your fork using docker ?
Docker image is on here https://hub.docker.com/repository/docker/vozdeouro/overseerr-telegram/tags
You can just use
vozdeouro/overseerr-telegram:latest
as a docker image
This works great, I hope these changes get merged to main