1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-02 20:52:28 +02:00
Files
OpenIntegrations/docs/en/examples/VK/WriteComment.txt
T

6 lines
202 B
Plaintext
Vendored

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