1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-09 07:14:16 +02:00
OpenIntegrations/docs/en/examples/Bitrix24/ChangeChatOwner.txt

13 lines
367 B
Plaintext

URL = "https://b24-ar17wx.bitrix24.by/rest/1/ztbe...";
ChatID = "454";
UserID = 10;
Result = OPI_Bitrix24.ChangeChatOwner(URL, ChatID, UserID);
URL = "b24-ar17wx.bitrix24.by";
Token = "c03fa966006e9f06006b12e400000001000...";
ChatID = "456";
Result = OPI_Bitrix24.ChangeChatOwner(URL, ChatID, UserID, Token);