bot.replyMessage(‘Hello, my friend!’); case ‘Find Arbeit’: res = Arbeit.find(message.text); bot.replyMessage(res.title, res.link); bot.buttonMessage(‘Find More’); case ‘Find More’: res = Arbeit.find(message.text).skip(1); bot.replyMessage(res.title, res.link);