@twilio/conversations 3.0.1-rc.102 → 3.0.1-rc.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2789,6 +2789,9 @@ img {
2789
2789
  <li class=" tsd-kind-method tsd-parent-kind-class">
2790
2790
  <a href="Conversation.html#getAttributes" class="tsd-kind-icon">get<wbr>Attributes</a>
2791
2791
  </li>
2792
+ <li class=" tsd-kind-method tsd-parent-kind-class">
2793
+ <a href="Conversation.html#getMessageRecipients" class="tsd-kind-icon">get<wbr>Message<wbr>Recipients</a>
2794
+ </li>
2792
2795
  <li class=" tsd-kind-method tsd-parent-kind-class">
2793
2796
  <a href="Conversation.html#getMessages" class="tsd-kind-icon">get<wbr>Messages</a>
2794
2797
  </li>
@@ -2926,6 +2929,7 @@ img {
2926
2929
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="Conversation.html#advanceLastReadMessageIndex" class="tsd-kind-icon">advance<wbr>Last<wbr>Read<wbr>Message<wbr>Index</a></li>
2927
2930
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="Conversation.html#delete" class="tsd-kind-icon">delete</a></li>
2928
2931
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="Conversation.html#getAttributes" class="tsd-kind-icon">get<wbr>Attributes</a></li>
2932
+ <li class="tsd-kind-method tsd-parent-kind-class"><a href="Conversation.html#getMessageRecipients" class="tsd-kind-icon">get<wbr>Message<wbr>Recipients</a></li>
2929
2933
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="Conversation.html#getMessages" class="tsd-kind-icon">get<wbr>Messages</a></li>
2930
2934
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="Conversation.html#getMessagesCount" class="tsd-kind-icon">get<wbr>Messages<wbr>Count</a></li>
2931
2935
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="Conversation.html#getParticipantByIdentity" class="tsd-kind-icon">get<wbr>Participant<wbr>ByIdentity</a></li>
@@ -3540,6 +3544,25 @@ img {
3540
3544
  </li>
3541
3545
  </ul>
3542
3546
  </section>
3547
+ <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
3548
+ <a name="getMessageRecipients" class="tsd-anchor"></a>
3549
+ <h3>get<wbr>Message<wbr>Recipients</h3>
3550
+ <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
3551
+ <li class="tsd-signature tsd-kind-icon">get<wbr>Message<wbr>Recipients<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/Paginator.html" class="tsd-signature-type" data-tsd-kind="Interface">Paginator</a><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#RecipientDescriptor" class="tsd-signature-type" data-tsd-kind="Type alias">RecipientDescriptor</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></li>
3552
+ </ul>
3553
+ <ul class="tsd-descriptions">
3554
+ <li class="tsd-description">
3555
+ <aside class="tsd-sources">
3556
+ </aside>
3557
+ <div class="tsd-comment tsd-typography">
3558
+ <div class="lead">
3559
+ <p>Get recipients of all messages in the conversation.</p>
3560
+ </div>
3561
+ </div>
3562
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/Paginator.html" class="tsd-signature-type" data-tsd-kind="Interface">Paginator</a><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#RecipientDescriptor" class="tsd-signature-type" data-tsd-kind="Type alias">RecipientDescriptor</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h4>
3563
+ </li>
3564
+ </ul>
3565
+ </section>
3543
3566
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
3544
3567
  <a name="getMessages" class="tsd-anchor"></a>
3545
3568
  <h3>get<wbr>Messages</h3>