try this code: new InlineKeyboard([['text'=>'0', 'callback_data' => '0']]) Is it legal? It is not working. The reason is in Entities/InlineKeyboardButton.php line 64: if (!empty($this->getProperty($param))) { Will it be better to use isset()?