1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-03 13:22:19 +02:00
OpenIntegrations/docs/en/examples/VK/WriteComment.txt

7 lines
205 B
Plaintext
Raw Normal View History

2024-08-13 14:35:37 +03:00
 Parameters = GetVKParameters();
Text = "NewComment";
PostID = "3356";
2024-08-13 14:35:37 +03:00
WallID = Parameters["owner_id"];
Result = OPI_VK.WriteComment(PostID, WallID, Text, Parameters);