1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-24 00:01:24 +02:00
Files
OpenIntegrations/docs/en/examples/VK/PostToDiscussion.txt
2025-07-06 01:01:25 +03:00

6 lines
188 B
Plaintext
Vendored

Parameters = GetVKParameters();
DiscussionID = "53819242";
Message = "I like yellow more";
Result = OPI_VK.WriteInDiscussion(DiscussionID, Message, Parameters);