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.
|
2 years ago | |
---|---|---|
.. | ||
CallbackqueryCommand.php | 2 years ago | |
ForcereplyCommand.php | 2 years ago | |
HidekeyboardCommand.php | 2 years ago | |
InlinekeyboardCommand.php | 2 years ago | |
KeyboardCommand.php | 2 years ago | |
README.md | 2 years 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
.