Open
Description
i made this code
/* inlinekeyboard */
$keyboard_buttons = [
new InlineKeyboardButton(['text' => $ico_enab.' Enabled', 'callback_data' => "switchcam;".$row['camera_name'].';enable']),
new InlineKeyboardButton(['text' => $ico_disab.' Disabled', 'callback_data' => "switchcam;".$row['camera_name'].';disable']),
];
$inline_keyboard = new InlineKeyboard($keyboard_buttons);
it is possible to hide the keyboard (or delete entire message) wher user click a button?
Metadata
Metadata
Assignees
Labels
No labels