overseerr icon indicating copy to clipboard operation
overseerr copied to clipboard

Add support for Telegram topics

Open achlyss-8 opened this issue 1 year ago • 4 comments

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

achlyss-8 avatar Mar 14 '23 11:03 achlyss-8

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.

stale[bot] avatar Jul 15 '23 02:07 stale[bot]

Im very interested in this, looks great. Can we expect this merge anytime soon?

VozDeOuro avatar Feb 29 '24 00:02 VozDeOuro

very interested too :)

mehdimansouriut avatar Apr 29 '24 09:04 mehdimansouriut

Hey, any updates on this?

sannidhyaroy avatar May 25 '24 07:05 sannidhyaroy

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)

v1ctormoreno avatar Nov 29 '24 19:11 v1ctormoreno

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

VozDeOuro avatar Nov 29 '24 19:11 VozDeOuro

Is overseer still being maintained? Is there any plans on adding this feature?

JshGrn avatar Dec 30 '24 20:12 JshGrn

Very interested as well ! @VozDeOuro thanks for your work. How do you build your fork using docker ?

bientavu avatar Jan 05 '25 16:01 bientavu

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

VozDeOuro avatar Jan 05 '25 20:01 VozDeOuro

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

seriouslag avatar Feb 09 '25 05:02 seriouslag