actionButton.roundedString
The border radius for the button (e.g., "small", "medium", "large", "full").
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
authorId: "user",
actionButton: {
rounded: "full"
}
});
</script>