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