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 base 1 year ago
..
CallbackqueryCommand.php base 1 year ago
ForcereplyCommand.php base 1 year ago
HidekeyboardCommand.php base 1 year ago
InlinekeyboardCommand.php base 1 year ago
KeyboardCommand.php base 1 year ago
README.md base 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.