Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Telegram topics #852

Closed
achlyss-8 opened this issue Mar 14, 2023 · 1 comment
Closed

Add support for Telegram topics #852

achlyss-8 opened this issue Mar 14, 2023 · 1 comment

Comments

@achlyss-8
Copy link

💡 The Idea

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.
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: Tautulli/Tautulli#1980
How to get the message_thread_id https://stackoverflow.com/questions/74773675/how-to-get-topic-id-for-telegram-group-chat

@caronc
Copy link
Owner

caronc commented May 13, 2023

This has now been merged; closing issue

@caronc caronc closed this as completed May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants