If you send some inline keyboard after that you can call this method, pass to it string or array of string with callback data or your InlineKeyboardMarkup and then when user press button CallbackQuery will be passed to Promise
$.sendMessage('Send me your name') $.waitForRequest .then($ => { $.sendMessage(`Hi ${$.message.text}!`) })