scrollToBottomButtonBoolean(default: true)
Shows or hides the scroll-to-bottom button that appears when the user scrolls up in the message list.
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
scrollToBottomButton: false,
authorId: "user"
});
</script>