I would like to capture the message from channel and pass it to telegrambot.
I try to use OpenBrowser() but it will open a new window for each message.
the URL pattern as below:
https://api.telegram.org/bot<api_token>/sendMessage?chat_id=<chat_id>&text=<msg>
Do I have to use socket or is there any plugin to do it?
I try to use OpenBrowser() but it will open a new window for each message.
the URL pattern as below:
https://api.telegram.org/bot<api_token>/sendMessage?chat_id=<chat_id>&text=<msg>
Do I have to use socket or is there any plugin to do it?