mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-05 13:25:25 +02:00
13 lines
414 B
Plaintext
13 lines
414 B
Plaintext
|
URL = FunctionParameters["Bitrix24_URL"];
|
||
|
ChatID = "chat4";
|
||
|
|
||
|
Result = OPI_Bitrix24.GetChatMessagesList(URL, ChatID);
|
||
|
|
||
|
OPI_TestDataRetrieval.WriteLog(Result, "GetChatMessagesList (wh)", "Bitrix24");
|
||
|
|
||
|
URL = FunctionParameters["Bitrix24_Domain"];
|
||
|
Token = FunctionParameters["Bitrix24_Token"];
|
||
|
UserID = 10;
|
||
|
|
||
|
Result = OPI_Bitrix24.GetChatMessagesList(URL, UserID, , 0, Token);
|