mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-11 11:41:56 +02:00
13 lines
397 B
Plaintext
13 lines
397 B
Plaintext
Token = "001.3501506236.091...";
|
|
ChatID = "AoLI0egLWBSLR1Ngn2w";
|
|
Text = "Message text";
|
|
|
|
Result = OPI_VKTeams.SendTextMessage(Token, ChatID, Text);
|
|
|
|
ChatID = "689203963@chat.agent";
|
|
ReplyID = "7402287649739767956";
|
|
Text = "<b>Bold text</b>";
|
|
Markup = "HTML";
|
|
|
|
Result = OPI_VKTeams.SendTextMessage(Token, ChatID, Text, ReplyID, , Markup);
|