1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-23 12:18:48 +02:00
OpenIntegrations/docs/en/examples/GreenAPI/ExcludeGroupMember.txt

11 lines
479 B
Plaintext
Raw Normal View History

2025-03-02 20:54:51 +03:00
 ApiUrl = "https://7105.api.greenapi.com";
MediaUrl = "https://7105.media.greenapi.com";
IdInstance = "71051...";
ApiTokenInstance = "425010d90e114aa6b78f0969e...";
2025-03-16 21:02:16 +03:00
GroupID = "120363398372057168@g.us";
2025-03-02 20:54:51 +03:00
UserID = "123123123@c.us";
AccessParameters = OPI_GreenAPI.FormAccessParameters(ApiUrl, MediaUrl, IdInstance, ApiTokenInstance);
Result = OPI_GreenAPI.ExcludeGroupMember(AccessParameters, GroupID, UserID);