1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-07-15 01:34:30 +02:00
Files
OpenIntegrations/docs/en/examples/VK/PostToDiscussion.txt
Vitaly the Alpaca (bot) 2f65e68ce4 Main build (Jenkins)
2024-11-11 22:11:22 +03:00

6 lines
193 B
Plaintext

Parameters = GetVKParameters();
DiscussionID = "52721353";
Message = "I like yellow more";
Result = OPI_VK.WriteInDiscussion(DiscussionID, Message, Parameters);