forumReply.typing Client Message
Client-side message raised when a forum reply reply is being typed.
Usage
messaging.subscribe('forumReply.typing', function(data) {
// handle the event
});
Data
threadId
: Thread IDparentId
: Parent Comment IDauthorId
: ID of user typingauthorDisplayName
: ID of user typing