sct / overseerr

Request management and media discovery tool for the Plex ecosystem
https://overseerr.dev
MIT License
3.77k stars 439 forks source link

Add support for Telegram topics #3389

Open achlyss-8 opened 1 year ago

achlyss-8 commented 1 year ago

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

stale[bot] commented 1 year ago

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.

VozDeOuro commented 7 months ago

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

mehdimansouriut commented 5 months ago

very interested too :)

sannidhyaroy commented 4 months ago

Hey, any updates on this?