kotlin/add-interactive-ui-to-messages/src/main/kotlin/org/remindme/CommandRemind.kt [58:65]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - return message { outline( MessageOutline( icon = ApiIcon("clock"), text = "Reminder" ) ) section { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kotlin/create-a-chatbot/src/main/kotlin/org/remindme/CommandRemind.kt [39:46]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - return message { outline( MessageOutline( icon = ApiIcon("clock"), text = "Reminder" ) ) section { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -