On line 19, change this:
bot.send_message(call.message, "Button clicked")
to:
bot.send_message(call.message.chat.id, "Button clicked")