kotlin/add-interactive-ui-to-messages/src/main/kotlin/org/remindme/CommandRemind.kt [44:51]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - return message { outline( MessageOutline( icon = ApiIcon("checkbox-checked"), text = "Reminder accepted" ) ) section { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kotlin/create-a-chatbot/src/main/kotlin/org/remindme/CommandRemind.kt [25:32]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - return message { outline( MessageOutline( icon = ApiIcon("checkbox-checked"), text = "Reminder accepted" ) ) section { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -