messages.areTyping String (default: " are typing.")

The localization for the are typing. message that is displayed when several people are typing in the Chat.

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    messages: {
        areTyping: " custom are typing."
      }
}).data("kendoChat");
</script>
In this article