You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-01 22:29:52 +02:00
12 lines
384 B
Plaintext
Vendored
12 lines
384 B
Plaintext
Vendored
Token = "001.3501506236.091...";
|
|
ChatID = "689203963@chat.agent";
|
|
MessageID = "7545164542909626792";
|
|
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);
|