Time picker
A time picker lets you select a time in an app card. Use it to set times, schedule events, or log activities. The app captures the selected time for further actions.
Example

JSON example
{
"content": {
"settings": {},
"body": [
{
"type": "section",
"layout": "horizontal",
"sections": [
{
"type": "message",
"text": "This is a section block with timepicker"
},
{
"type": "timepicker",
"initial_time": "12:00",
"action_id": "timepicker_action"
}
]
}
]
}
}