You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LIERLIER
197a7949bd
|
1 year ago | |
---|---|---|
.. | ||
CallbackqueryCommand.php | 1 year ago | |
ForcereplyCommand.php | 1 year ago | |
HidekeyboardCommand.php | 1 year ago | |
InlinekeyboardCommand.php | 1 year ago | |
KeyboardCommand.php | 1 year ago | |
README.md | 1 year ago |
README.md
Keyboards
The files in this folder demonstrate how to create normal and inline keyboards.
Normal Keyboard
Have a look at KeyboardCommand.php
for usage examples.
Inline Keyboard
Have a look at InlinekeyboardCommand.php
for usage examples.
To handle inline keyboard buttons, you need to handle all callbacks inside CallbackqueryCommand.php
.