Breakdown by topic
Closed this issue · 3 comments
Kacuga commented
Hi! I really like your decision to send logs to telegram
Can you tell me if it is planned to split the sending of logs within the same channel on different topics?(message_thread_id)
sklyar commented
Hi! I'm glad you find the project useful.
I hadn't planned to implement splitting logs within the same channel on different topics (message_thread_id), but I can add it, it shouldn't be too difficult. If you know Go, feel free to submit a pull request.
Kacuga commented
Hello, Friend!
Couldn't learn such a function?
sklyar commented
Hi!
I don’t plan to support splitting logs within the same channel using different topics. I feel it would make the driver unnecessarily complex. Right now, you can simply create a new Telegram channel, and I don’t see that as a big deal.