You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Правка доков
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
EventID = callbackData["queryId"];
|
||||
Result = OPI_VKTeams.AnswerButtonEvent(Token, EventID, "Get it!");
|
||||
|
||||
Check_VKTTrue(Result);
|
||||
|
||||
EndIf;
|
||||
|
||||
EndDo;
|
||||
|
||||
9
docs/en/examples/VKTeams/MakeActionButton.txt
Normal file
9
docs/en/examples/VKTeams/MakeActionButton.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Keyboard = New Array;
|
||||
ButtonsLineArray = New Array;
|
||||
|
||||
ButtonsLineArray.Add(OPI_VKTeams.MakeActionButton("Button1", "ButtonEvent1", , "attention"));
|
||||
|
||||
ButtonsLineArray.Add(OPI_VKTeams.MakeActionButton("Button2", , "https://openintegrations.dev"));
|
||||
|
||||
Keyboard.Add(ButtonsLineArray);
|
||||
Keyboard.Add(ButtonsLineArray);
|
||||
@@ -13,7 +13,8 @@
|
||||
ButtonsLineArray = New Array;
|
||||
|
||||
ButtonsLineArray.Add(OPI_VKTeams.MakeActionButton("Button1", "ButtonEvent1", , "attention"));
|
||||
ButtonsLineArray.Add(OPI_VKTeams.MakeActionButton("Button2", , "https://openintegrations.dev"));
|
||||
|
||||
ButtonsLineArray.Add(OPI_VKTeams.MakeActionButton("Button2", , "https://openintegrations.dev"));
|
||||
|
||||
Keyboard.Add(ButtonsLineArray);
|
||||
Keyboard.Add(ButtonsLineArray);
|
||||
|
||||
Reference in New Issue
Block a user