appleboy/telegram-action

message to supergroup -> thread {{ message_thread_id }}

e1jo opened this issue · 0 comments

Now i use manual way(something like this):

curl -s -X POST 'https://api.telegram.org/bot${{ secrets.TOKEN }}/sendMessage'
-d "chat_id=${{ secrets.CHAT_ID }}&text=${msg_text}&message_thread_id=${{ secrets.THREAD_ID }}"