In the previous post, I rewrote a bot that only sends back an echo of user's input into a bot, which responds correctly.To achieve that, the bot must manage user sessions, to keep tracking the state of conversation with users.However, the work is not complete yet, the function handleTransfer is still not implemented, and we still can not trade crypto in the bot. So let's do the rest in this post.