1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-09 07:14:16 +02:00
OpenIntegrations/docs/en/examples/GreenAPI/ExcludeGroupMember.txt
Vitaly the Alpaca (bot) c252bf1bb2 Main build (Jenkins)
2025-03-16 21:02:16 +03:00

11 lines
479 B
Plaintext
Vendored

ApiUrl = "https://7105.api.greenapi.com";
MediaUrl = "https://7105.media.greenapi.com";
IdInstance = "71051...";
ApiTokenInstance = "425010d90e114aa6b78f0969e...";
GroupID = "120363398372057168@g.us";
UserID = "123123123@c.us";
AccessParameters = OPI_GreenAPI.FormAccessParameters(ApiUrl, MediaUrl, IdInstance, ApiTokenInstance);
Result = OPI_GreenAPI.ExcludeGroupMember(AccessParameters, GroupID, UserID);