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

6 lines
193 B
Plaintext
Raw Normal View History

 Parameters = GetVKParameters();
2024-10-13 15:00:04 +03:00
DiscussionID = "52595199";
Message = "I like yellow more";
Result = OPI_VK.WriteInDiscussion(DiscussionID, Message, Parameters);