1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-25 21:39:21 +02:00
OpenIntegrations/docs/en/examples/VK/WriteComment.txt
2024-08-19 09:33:52 +03:00

7 lines
211 B
Plaintext

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