messages.isTyping String
(default: "User is typing.")
The localization for the is typing.
message that is displayed when someone is typing in the Chat.
<div id="chat"></div>
<script>
$("#chat").kendoChat({
messages: {
isTyping: " custom typing message."
}
}).data("kendoChat");
</script>