1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/examples/Bitrix24/GetChatUsers.txt
Vitaly the Alpaca (bot) 5fec681b9c Main build (Jenkins)
2025-09-12 16:37:40 +03:00

11 lines
316 B
Plaintext
Vendored

URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
ChatID = "3040";
Result = OPI_Bitrix24.GetChatUsers(URL, ChatID);
URL = "b24-ar17wx.bitrix24.by";
Token = "7a1ec468006e9f06006b12e400000001000...";
ChatID = "3042";
Result = OPI_Bitrix24.GetChatUsers(URL, ChatID, Token);