<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>forumReply.voted Client Message</title><link>https://community.telligent.com/community/13/w/api-documentation/75678/forumreply-voted-client-message</link><description>&lt;p&gt;&lt;span&gt;Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.&lt;/span&gt;&lt;/p&gt;</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>forumReply.voted Client Message</title><link>https://community.telligent.com/community/13/w/api-documentation/75678/forumreply-voted-client-message</link><pubDate>Fri, 08 Mar 2024 17:50:37 GMT</pubDate><guid isPermaLink="false">ba8c36bc-e010-46f1-a860-7ed9f06ab3a0</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/75678/forumreply-voted-client-message#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:50:37&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;forumReply.voted Client Message&lt;/h3&gt;
&lt;p&gt;[[messaging JavaScript API Module|Client-side message]] raised when a forum reply vote has been created, updated, or deleted&lt;/p&gt;
&lt;h3&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;messaging.subscribe(&amp;#39;forumReply.voted&amp;#39;, function(data) {
    // handle the event
});
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Data&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;replyId&lt;/code&gt;: Reply ID&lt;/li&gt;
&lt;li&gt;&lt;code&gt;threadId&lt;/code&gt;: Thread ID&lt;/li&gt;
&lt;li&gt;&lt;code&gt;forumId&lt;/code&gt;: Forum ID&lt;/li&gt;
&lt;li&gt;&lt;code&gt;yesVotes&lt;/code&gt;: Total Yes Votes&lt;/li&gt;
&lt;li&gt;&lt;code&gt;noVotes&lt;/code&gt;: Total No Votes&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>