1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-11 11:41:56 +02:00
OpenIntegrations/docs/en/examples/VKTeams/EditMessageText.txt
Vitaly the Alpaca (bot) fd551e7cf4 Main build (Jenkins)
2024-12-24 20:21:21 +03:00

12 lines
395 B
Plaintext
Vendored

Token = "001.3501506236.091...";
ChatID = "689203963@chat.agent";
MessageID = "7452022456199421809";
Text = "New message text";
Result = OPI_VKTeams.EditMessageText(Token, ChatID, MessageID, Text);
Text = "<b>New bold message text</b>";
Markup = "HTML";
Result = OPI_VKTeams.EditMessageText(Token, ChatID, MessageID, Text, Markup);