You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hi, I found it very useful to be able to put telegram logs in a separate topic of forum chat.
Describe the solution you'd like
Add the ability to specify message_thread_id for telegram logs. can be configured using the TELEGRAM_LOGGER_THREAD_ID environment variable.
Additional context
This feature requires an update to the telebot library and a couple lines of code (no need to check for a missing value), I can do this myself shortly
The text was updated successfully, but these errors were encountered:
if its just a id it should be possible to replace TELEGRAM_LOGGER_CHANNEL_ID with your THREAD_ID and works fine, if it need something special that going to be added in next version
Unfortunately, this doesn't work by simply replacing TELEGRAM_LOGGER_CHANNEL_ID. To send messages to a specific thread, you need to specify the message_thread_id header for telegram API requests.
Is your feature request related to a problem? Please describe.
Hi, I found it very useful to be able to put telegram logs in a separate topic of forum chat.
Describe the solution you'd like
Add the ability to specify message_thread_id for telegram logs. can be configured using the TELEGRAM_LOGGER_THREAD_ID environment variable.
Additional context
This feature requires an update to the telebot library and a couple lines of code (no need to check for a missing value), I can do this myself shortly
The text was updated successfully, but these errors were encountered: