1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-21 21:27:27 +02:00
OpenIntegrations/docs/en/examples/Telegram/FormKeyboardFromButtonArray.txt

8 lines
195 B
Plaintext

ButtonArray = New Array;
ButtonArray.Add("Great");
ButtonArray.Add("Ok");
ButtonArray.Add("Bad");
Keyboard = OPI_Telegram.FormKeyboardFromButtonArray(ButtonArray, True, True);