mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-17 19:26:20 +00:00
159 lines
6.4 KiB
HTML
159 lines
6.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta name="generator" content="JSDoc 3.6.7">
|
|
<meta charset="utf-8">
|
|
<title>whatsapp-web.js 1.18.1 » Class: Reaction</title>
|
|
<link rel="stylesheet" href="https://brick.a.ssl.fastly.net/Karla:400,400i,700,700i" type="text/css">
|
|
<link rel="stylesheet" href="https://brick.a.ssl.fastly.net/Noto+Serif:400,400i,700,700i" type="text/css">
|
|
<link rel="stylesheet" href="https://brick.a.ssl.fastly.net/Inconsolata:500" type="text/css">
|
|
<link href="css/baseline.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body onload="prettyPrint()">
|
|
<nav id="jsdoc-navbar" role="navigation" class="jsdoc-navbar">
|
|
<div id="jsdoc-navbar-container">
|
|
<div id="jsdoc-navbar-content">
|
|
<a href="index.html" class="jsdoc-navbar-package-name">whatsapp-web.<wbr>js 1.<wbr>18.<wbr>1</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<div id="jsdoc-body-container">
|
|
<div id="jsdoc-content">
|
|
<div id="jsdoc-content-container">
|
|
<div id="jsdoc-main" role="main">
|
|
<header class="page-header">
|
|
<div class="symbol-detail-labels"><span class="label label-kind">class</span></div>
|
|
<h1><small></small><span class="symbol-name">Reaction</span></h1>
|
|
<p class="source-link">Source: <a href="structures_Reaction.js.html#source-line-9">structures/<wbr>Reaction.<wbr>js:9</a></p>
|
|
<div class="symbol-classdesc">
|
|
<p>Represents a Reaction on WhatsApp</p>
|
|
</div>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
</header>
|
|
<section id="summary">
|
|
<div class="summary-callout">
|
|
<h2 class="summary-callout-heading">Properties</h2>
|
|
<div class="summary-content">
|
|
<div class="summary-column">
|
|
<dl class="dl-summary-callout">
|
|
<dt><a href="Reaction.html#ack">ack</a></dt>
|
|
<dd>
|
|
</dd>
|
|
<dt><a href="Reaction.html#id">id</a></dt>
|
|
<dd>
|
|
</dd>
|
|
<dt><a href="Reaction.html#msgId">msgId</a></dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<div class="summary-column">
|
|
<dl class="dl-summary-callout">
|
|
<dt><a href="Reaction.html#orphan">orphan</a></dt>
|
|
<dd>
|
|
</dd>
|
|
<dt><a href="Reaction.html#orphanReason">orphanReason</a></dt>
|
|
<dd>
|
|
</dd>
|
|
<dt><a href="Reaction.html#reaction">reaction</a></dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<div class="summary-column">
|
|
<dl class="dl-summary-callout">
|
|
<dt><a href="Reaction.html#read">read</a></dt>
|
|
<dd>
|
|
</dd>
|
|
<dt><a href="Reaction.html#senderId">senderId</a></dt>
|
|
<dd>
|
|
</dd>
|
|
<dt><a href="Reaction.html#timestamp">timestamp</a></dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section>
|
|
<h2 id="Reaction">new <span class="symbol-name">Reaction</span><span class="signature"><span class="signature-params">()</span></span></h2>
|
|
<dl class="dl-compact">
|
|
<dt>Extends</dt>
|
|
<dd><a href="Base.html">Base</a></dd>
|
|
</dl>
|
|
</section>
|
|
<section>
|
|
<h2>Properties</h2>
|
|
<section>
|
|
<h3 id="ack"><span class="symbol-name">ack</span><small class="property-type">
|
|
nullable number</small></h3>
|
|
<p>ACK</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="id"><span class="symbol-name">id</span><small class="property-type">
|
|
object</small></h3>
|
|
<p>Reaction ID</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="msgId"><span class="symbol-name">msgId</span><small class="property-type">
|
|
object</small></h3>
|
|
<p>Message ID</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="orphan"><span class="symbol-name">orphan</span><small class="property-type">
|
|
number</small></h3>
|
|
<p>Orphan</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="orphanReason"><span class="symbol-name">orphanReason</span><small class="property-type">
|
|
nullable string</small></h3>
|
|
<p>Orphan reason</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="reaction"><span class="symbol-name">reaction</span><small class="property-type">
|
|
string</small></h3>
|
|
<p>Reaction</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="read"><span class="symbol-name">read</span><small class="property-type">
|
|
boolean</small></h3>
|
|
<p>Read</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="senderId"><span class="symbol-name">senderId</span><small class="property-type">
|
|
string</small></h3>
|
|
<p>Sender ID</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="timestamp"><span class="symbol-name">timestamp</span><small class="property-type">
|
|
number</small></h3>
|
|
<p>Unix timestamp for when the reaction was created</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
</section>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
<nav id="jsdoc-toc-nav" role="navigation"></nav>
|
|
</div>
|
|
</div>
|
|
<footer id="jsdoc-footer" class="jsdoc-footer">
|
|
<div id="jsdoc-footer-container">
|
|
<p>
|
|
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on October 26, 2022.
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
<script src="scripts/jquery.min.js"></script>
|
|
<script src="scripts/tree.jquery.js"></script>
|
|
<script src="scripts/prettify.js"></script>
|
|
<script src="scripts/jsdoc-toc.js"></script>
|
|
<script src="scripts/linenumber.js"></script>
|
|
<script src="scripts/scrollanchor.js"></script>
|
|
</body>
|
|
|
|
</html> |