You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
11 lines
469 B
Plaintext
11 lines
469 B
Plaintext
|
|
ApiUrl = "https://3100.api.green-api.com/v3";
|
||
|
|
MediaUrl = "https://3100.api.green-api.com/v3";
|
||
|
|
IdInstance = "31003...";
|
||
|
|
ApiTokenInstance = "17915d8e0b4b4975a183478da...";
|
||
|
|
|
||
|
|
ChatID = 12345678;
|
||
|
|
MessageID = "2761480287806";
|
||
|
|
|
||
|
|
AccessParameters = OPI_GreenMax.FormAccessParameters(ApiUrl, MediaUrl, IdInstance, ApiTokenInstance);
|
||
|
|
Result = OPI_GreenMax.GetChatMessage(AccessParameters, ChatID, MessageID);
|