1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-05-31 23:20:02 +02:00
OpenIntegrations/docs/en/examples/VK/WriteComment.txt
Vitaly the Alpaca (bot) a81974fd8a Main build (Jenkins)
2025-02-09 18:15:36 +03:00

7 lines
211 B
Plaintext
Vendored

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