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/WriteComment.txt
2025-07-06 01:01:25 +03:00

7 lines
205 B
Plaintext
Vendored

Parameters = GetVKParameters();
Text = "NewComment";
PostID = "8254";
WallID = Parameters["owner_id"];
Result = OPI_VK.WriteComment(PostID, WallID, Text, Parameters);