appleboy / telegram-action

GitHub Action that sends a Telegram message.
https://github.com/marketplace/actions/telegram-message-notify
MIT License
848 stars 108 forks source link

message to supergroup -> thread {{ message_thread_id }} #59

Open e1jo opened 11 months ago

e1jo commented 11 months ago

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 }}"