mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-03 13:22:19 +02:00
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
|
|
||
|
ButtonArray = New Array;
|
||
|
ButtonArray.Add("Great");
|
||
|
ButtonArray.Add("Ok");
|
||
|
ButtonArray.Add("Bad");
|
||
|
|
||
|
Keyboard = OPI_Telegram.FormKeyboardFromButtonArray(ButtonArray, True, True);
|