You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-06-17 00:17:42 +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);
|