-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
К примеру есть 2 кнопки
$buttonConfirm->setActionType('reply');
$buttonConfirm->setActionBody('confirm');
$buttonConfirm->setText('Подтвердить');
$buttonCancel = new KeyboardButton();
$buttonCancel->setActionType('reply');
$buttonCancel->setActionBody('cancel');
$buttonCancel->setText('Отклонить');
$keyboard = new Keyboard();
$keyboard->setButtons([$buttonConfirm, $buttonCancel]);Как обработать их нажатие и еще как пользоваться методом $bot->on ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels