PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Conversations
/
V1
/
Conversation
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Conversations\V1\Conversation; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class MessagePage extends Page { /** * @param Version $version Version that contains the resource * @param Response $response Response from the API * @param array $solution The context solution */ public function __construct(Version $version, Response $response, array $solution) { parent::__construct($version, $response); // Path Solution $this->solution = $solution; } /** * @param array $payload Payload response from the API * @return MessageInstance \Twilio\Rest\Conversations\V1\Conversation\MessageInstance */ public function buildInstance(array $payload): MessageInstance { return new MessageInstance($this->version, $payload, $this->solution['conversationSid']); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Conversations.V1.MessagePage]'; } }
[-] MessagePage.php
[edit]
[-] MessageOptions.php
[edit]
[-] WebhookInstance.php
[edit]
[-] MessageContext.php
[edit]
[-] MessageInstance.php
[edit]
[+]
..
[-] WebhookPage.php
[edit]
[-] WebhookContext.php
[edit]
[-] ParticipantList.php
[edit]
[+]
Message
[-] ParticipantContext.php
[edit]
[-] WebhookOptions.php
[edit]
[-] WebhookList.php
[edit]
[-] ParticipantPage.php
[edit]
[-] MessageList.php
[edit]
[-] ParticipantInstance.php
[edit]
[-] ParticipantOptions.php
[edit]