1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-03 22:39:12 +02:00
Files
OpenIntegrations/docs/en/examples/VK/PostToDiscussion.txt

6 lines
193 B
Plaintext
Raw Normal View History

 Parameters = GetVKParameters();
2025-04-16 22:15:09 +03:00
DiscussionID = "53331640";
Message = "I like yellow more";
Result = OPI_VK.WriteInDiscussion(DiscussionID, Message, Parameters);