Telegram group - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Application Store (https://forum.logicmachine.net/forumdisplay.php?fid=11) +--- Thread: Telegram group (/showthread.php?tid=5552) |
Telegram group - CristianAgata - 03.08.2024 Hi community, I need to create telegram company group where send LM5 notifications. Someone has already done? My will it is send event notifications simultaneously at 10 users. I already thanks all can help me. Best regards Cristian RE: Telegram group - CristianAgata - 03.08.2024 (03.08.2024, 15:19)CristianAgata Wrote: Hi community, A little update, i've reached to do that...... The only thing it is thst I don't know how..... I've done done something without understand why If someone have a guide he is welcome. have a good weekend. BR Cristian RE: Telegram group - AlexLV - 03.08.2024 Hi Cristian, not sure about company (business??) telegram account, but you can send info to many telegram users, but only one can send commands to LM: https://forum.logicmachine.net/showthread.php?tid=4692 And look this for telegram usage, hope it helps you: https://forum.logicmachine.net/showthread.php?tid=2666&pid=29437#pid29437 Alex RE: Telegram group - CristianAgata - 04.08.2024 (03.08.2024, 17:38)AlexLV Wrote: Hi Cristian, Hi Alex, Thanks for your answer, what I have to do it is a little bit different. A LM5 must send via telegram all the notification event to many users (a telegram group in my case) and the client as administrator can add or remove users. Anyway I reach and it works fine. As fast as possible I will post a list of operation as configure. BR Cristian RE: Telegram group - admin - 05.08.2024 For groups, when looking for chat id using getUpdates API call find chat where type is supergroup. Note that chat id can start with a minus (negative number). If sending messages is not working then check the API response, point nr.6 here: https://kb.logicmachine.net/notifications/telegram/ |