windkh / node-red-contrib-telegrambot

Telegram bot nodes for node-red.
Other
256 stars 116 forks source link

Using message_thread_id when sending messages #304

Closed PeterHunt closed 1 year ago

PeterHunt commented 1 year ago

Hello,

Is it possible to attach the thread_id when sending messages?

https://core.telegram.org/bots/api#sendmessage

windkh commented 1 year ago

@PeterHunt maybe this is answers your question https://github.com/windkh/node-red-contrib-telegrambot/issues/299

PeterHunt commented 1 year ago

Yes it does, thanks